Skip to content

Commit ab7d63e

Browse files
committed
Made textbox background darker
1 parent 142fd4c commit ab7d63e

File tree

5 files changed

+16
-14
lines changed

5 files changed

+16
-14
lines changed

gtk-2.0/gtkrc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ style "default"
3030

3131
GtkEntry::cursor_aspect_ratio = 0.1
3232
GtkEntry::cursor_aspect_ratio = 0.1
33-
33+
3434
xthickness = 1
3535
ythickness = 1
3636

3737
base[ACTIVE] = "#0A6891"
3838
base[INSENSITIVE] = "#303030"
39-
base[NORMAL] = "#121212"
39+
base[NORMAL] = "#161616"
4040
base[PRELIGHT] = "#0A6891"
4141
base[SELECTED] = "#0A6891"
4242

@@ -84,7 +84,7 @@ style "default"
8484
scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
8585
sliderstyle = 0 # 0 = nothing added, 1 = handles
8686
stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
87-
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
87+
toolbarstyle = 1 # 0 = flat, 1 = glassy, 2 = gradient
8888
}
8989
}
9090
widget_class "*" style "default"
@@ -121,8 +121,8 @@ style "progress" = "default"
121121
xthickness = 2
122122
ythickness = 2
123123
}
124-
widget_class "*GtkProgress*" style "progress"
125-
class "*GtkProgress*" style "progress"
124+
widget_class "*GtkProgress*" style "progress"
125+
class "*GtkProgress*" style "progress"
126126

127127
style "menuitem" = "default"
128128
{
@@ -141,7 +141,7 @@ style "flat" = "default"
141141
widget_class "*HandleBox" style "flat"
142142

143143
# This is for the window borders (xfwm4 & metacity)
144-
#
144+
#
145145
style "titlebar"
146146
{
147147
bg[SELECTED] = "#1344A5"

gtk-3.0/gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@define-color base_active #2f51a0;
22
@define-color base_insensitive #303030;
3-
@define-color base_normal #121212;
3+
@define-color base_normal #161616;
44
@define-color base_prelight #002849;
55
@define-color base_selected #003263;
66

gtk-3.20/gtk.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@define-color theme_fg_color #F3F5F3;
22
@define-color theme_bg_color #353836;
3-
@define-color theme_base_color #2B2C2B;
3+
@define-color theme_base_color #161616;
44
@define-color theme_selected_bg_color #0A6891;
55
@define-color insensitive_bg_color #434644;
66
@define-color insensitive_fg_color #949795;

README.md renamed to readme.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
*Simple Dark*
1+
Xfce-Simple-Dark
22
===============
33

4-
*Simple Dark* is a dark theme for Xfce and Geany.
4+
Xfce-Simple-Dark is a dark theme for Xfce and Geany.<br>
55
It contains styles for widgets and window titles.
66

7-
The GTK 2.x and GTK 3.0 widget theme is based on https://github.com/vkuzel/Xfce-darkness .
8-
The GTK 3.20 widget theme is based on https://github.com/horst3180/vertex-theme .
9-
The window title theme is based on Makulu Black.
7+
The GTK 2.x and GTK 3.0 widget theme is based on https://github.com/vkuzel/Xfce-darkness .<br>
8+
The GTK 3.20 widget theme is based on https://github.com/horst3180/vertex-theme .<br>
9+
The window title theme is based on Makulu Black.
1010

1111
Screenshot
1212
------------
@@ -31,4 +31,6 @@ Add the following line to the file `~/.xprofile` respectively `~/.profile` and r
3131
License
3232
-------
3333

34-
GPL
34+
Copyright 2017 Simon Krauter<br>
35+
Xfce-Simple-Dark is FLOSS (free and open-source software).<br>
36+
All files in this repository are licensed under the [GNU General Public License version 3](https://opensource.org/licenses/GPL-3.0) (GPLv3).

screenshot.png

18.8 KB
Loading

0 commit comments

Comments
 (0)