Rework and rename the default Dark theme

This commit is contained in:
Ville Pätsi 2018-04-05 18:24:44 +03:00 committed by Alexandre Prokoudine
parent 7aecc90e10
commit cf21dcbe37
64 changed files with 188 additions and 88 deletions

View file

@ -24,7 +24,7 @@
#include "config/gimpdisplayconfig.h"
#define GIMP_CONFIG_DEFAULT_THEME "03-Dark"
#define GIMP_CONFIG_DEFAULT_THEME "Dark"
#define GIMP_CONFIG_DEFAULT_ICON_THEME "Symbolic"

View file

@ -899,7 +899,7 @@ Sets the theme search path. This is a colon-separated list of folders to
search.
.TP
(theme "03-Dark")
(theme "Dark")
The name of the theme to use. This is a string value.

View file

@ -709,7 +709,7 @@
# The name of the theme to use. This is a string value.
#
# (theme "03-Dark")
# (theme "Dark")
# Sets the icon theme search path. This is a colon-separated list of folders
# to search.

View file

@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
themedatadir = $(gimpdatadir)/themes/03-Dark
themeuidir = $(gimpdatadir)/themes/03-Dark/ui
themedatadir = $(gimpdatadir)/themes/Dark
themeuidir = $(gimpdatadir)/themes/Dark/ui
themedata_DATA = gtkrc

View file

@ -2,7 +2,7 @@
#
# Dark GIMP Theme
#
# Version 0.1.6
# Version 0.2
#
# Copyright 2015-2016, Benoit Touchette
#
@ -67,7 +67,7 @@ style "gimp-dark-default-style"
{
# font_name = "Sans 11"
color["clr1"] = "#EEEEEE"
color["clr1"] = "#DDDDDD"
color["clr2"] = "#FFFFFF"
color["clr3"] = "#C1C1C1"
color["clr4"] = "#383838"
@ -75,7 +75,8 @@ style "gimp-dark-default-style"
color["clr6"] = "#828282"
color["clr7"] = "#3B3B3B"
color["clr8"] = "#383838"
color["clr9"] = "#4D4D4D"
color["clr9"] = "#454545"
color["clrA"] = "#303030"
fg[NORMAL] = @clr1
fg[PRELIGHT] = @clr2
@ -83,13 +84,13 @@ style "gimp-dark-default-style"
fg[SELECTED] = @clr1
fg[INSENSITIVE] = @clr3
bg[NORMAL] = @clr4
bg[PRELIGHT] = @clr4
bg[NORMAL] = @clr9
bg[PRELIGHT] = @clr7
bg[ACTIVE] = @clr4
bg[SELECTED] = @clr5
bg[INSENSITIVE] = @clr5
base[NORMAL] = @clr6
base[NORMAL] = @clrA
base[PRELIGHT] = @clr7
base[ACTIVE] = @clr7
base[SELECTED] = @clr7
@ -436,91 +437,20 @@ style "gimp-dark-tooltips-style" = "gimp-dark-default-style"
bg[NORMAL] = "#383838"
bg[SELECTED] = "#828282"
fg[NORMAL] = "#CBCBCB"
fg[NORMAL] = @clr1
}
widget "gtk-tooltip*" style "gimp-dark-tooltips-style"
###########################################################
style "gimp-dark-treeview" = "gimp-dark-default-style"
{
xthickness = 2
ythickness = 0
GtkTreeView::odd_row_color = "#828282"
GtkTreeView::even_row_color = "#828282"
#
# set custom text color here
#
#text[NORMAL] = "#0F0"
#text[PRELIGHT] = "#0F0"
#text[SELECTED] = "#0F0"
#text[INSENSITIVE] = "#0F0"
#text[ACTIVE] = "#0F0"
engine "pixmap"
{
image
{
function = FLAT_BOX
state = ACTIVE
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = PRELIGHT
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = NORMAL
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = INSENSITIVE
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = SELECTED
file = "ui/menuitem.png"
border = {1,1,1,1}
stretch = TRUE
}
}
}
class "GtkTreeView" style "gimp-dark-treeview"
###########################################################
style "gimp-dark-list-header-style"
{
#Comment out the ythickness setting below for thicker column headers.
#ythickness = 0
GtkTreeView::odd_row_color = "#828282"
GtkTreeView::even_row_color = "#828282"
GtkTreeView::odd_row_color = "#1f1f1f"
GtkTreeView::even_row_color = "#1f1f1f"
#
# set custom header text color here
@ -1830,7 +1760,8 @@ class "GtkRange" style "gimp-dark-range-style"
style "gimp-dark-spin-scale-style"
{
bg[NORMAL] = "#828282"
fg[NORMAL] = "#131313"
bg[NORMAL] = "#1f1f1f"
engine "pixmap"
{
@ -2194,7 +2125,7 @@ style "kde_hack_1"
GtkComboBoxEntry::appears-as-list = 0
GtkComboBoxText::appears-as-list = 0
color["clr1"] = "#EEEEEE"
color["clr1"] = "#DDDDDD"
color["clr2"] = "#FFFFFF"
color["clr3"] = "#c1c1c1"
color["clr4"] = "#383838"
@ -2203,6 +2134,7 @@ style "kde_hack_1"
color["clr7"] = "#3b3b3b"
color["clr8"] = "#383838"
color["clr9"] = "#4D4D4D"
color["clrA"] = "#303030"
fg[NORMAL] = @clr1
fg[PRELIGHT] = @clr2
@ -2210,7 +2142,7 @@ style "kde_hack_1"
fg[SELECTED] = @clr1
fg[INSENSITIVE] = @clr3
base[NORMAL] = @clr6
base[NORMAL] = @clrA
base[PRELIGHT] = @clr7
base[ACTIVE] = @clr7
base[SELECTED] = @clr7
@ -2483,4 +2415,172 @@ style "dark-python-console"
widget "python-fu-console" style "dark-python-console"
###########################################################
style "gimp-dark-spin-scale-style"
{
engine "pixmap"
{
image
{
function = FLAT_BOX
detail = "entry_bg"
state = NORMAL
}
image
{
function = FLAT_BOX
detail = "entry_bg"
state = ACTIVE
}
image
{
function = BOX
state = NORMAL
detail = "spinbutton_up"
overlay_file = "ui/arrow-up-small.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_up"
overlay_file = "ui/arrow-up-small-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_up"
overlay_file = "ui/arrow-up-small-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_up"
overlay_file = "ui/arrow-up-small-insens.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = NORMAL
detail = "spinbutton_down"
overlay_file = "ui/arrow-down-small.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = PRELIGHT
detail = "spinbutton_down"
overlay_file = "ui/arrow-down-small-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = ACTIVE
detail = "spinbutton_down"
overlay_file = "ui/arrow-down-small-prelight.png"
overlay_stretch = FALSE
}
image
{
function = BOX
state = INSENSITIVE
detail = "spinbutton_down"
overlay_file = "ui/arrow-down-small-insens.png"
overlay_stretch = FALSE
}
}
}
class "GimpSpinScale" style "gimp-dark-spin-scale-style"
###########################################################
style "gimp-dark-treeview" = "gimp-dark-default-style"
{
xthickness = 2
ythickness = 0
GtkTreeView::odd_row_color = "#383838"
GtkTreeView::even_row_color = "#383838"
#
# set custom text color here
#
#text[NORMAL] = "#C1C1C1"
#text[NORMAL] = "#C1C1C1"
#text[PRELIGHT] = "#0F0"
#text[SELECTED] = "#0F0"
#text[INSENSITIVE] = "#0F0"
#text[ACTIVE] = "#0F0"
engine "pixmap"
{
image
{
function = FLAT_BOX
state = ACTIVE
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = PRELIGHT
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = NORMAL
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = INSENSITIVE
file = "ui/null.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = FLAT_BOX
state = SELECTED
file = "ui/menuitem.png"
border = {1,1,1,1}
stretch = TRUE
}
}
}
class "GtkTreeView" style "gimp-dark-treeview"
# EOF

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 4.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 B

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 942 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 972 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 5.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

After

Width:  |  Height:  |  Size: 4.8 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 5.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 862 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 4.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 897 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 900 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 1.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Before After
Before After