Improve gtk2 theme

This commit is contained in:
EliverLara
2018-10-18 13:04:32 -05:00
parent dec0392935
commit 71ed73afe8
89 changed files with 209 additions and 193 deletions

View File

@@ -2,7 +2,7 @@
# Text/base colors
gtk-color-scheme = "text_color:#C3C7D1\nbase_color:#181b28"
# Foreground/background colors
gtk-color-scheme = "fg_color:#f2f2f2\nbg_color:#161925"
gtk-color-scheme = "fg_color:#C3C7D1\nbg_color:#161925"
# Selection colors
gtk-color-scheme = "selected_fg_color:#fefefe\nselected_bg_color:#c50ed2"
# Tooltip colors
@@ -12,7 +12,7 @@ gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d"
# Panel colors
gtk-color-scheme = "panel_bg_color:#263238\npanel_fg_color:#ffffff"
# Dark Theme - Text/base colors
gtk-color-scheme = "dark_text_color:#fefefe\ndark_base_color:#505359"
gtk-color-scheme = "dark_text_color:#C3C7D1\ndark_base_color:#181b28"
# Dark Theme - Foreground/background colors
gtk-color-scheme = "dark_fg_color:#C3C7D1\ndark_bg_color:#161925"
gtk-color-scheme = "sidebar_bg:#161925"