diff options
author | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2025-01-05 14:00:29 +0300 |
commit | f627c63713c809c658e48de0b3e5bef226badaec (patch) | |
tree | 4e2724ce7f762f065e2b5c6342a4e2975ab24fae /themes/materia-cyberpunk-neon/gtk-2.0/gtkrc | |
parent | 700c23d2f61fc5e03095c363fd13470861678f75 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to 'themes/materia-cyberpunk-neon/gtk-2.0/gtkrc')
-rw-r--r-- | themes/materia-cyberpunk-neon/gtk-2.0/gtkrc | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc b/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc new file mode 100644 index 0000000..508743e --- /dev/null +++ b/themes/materia-cyberpunk-neon/gtk-2.0/gtkrc @@ -0,0 +1,42 @@ +# Based on Bridge by ScionicSpectre and Adwaita by GNOME +# vim:set ts=2 sw=2 sts=2 ai et: +# +# This is the GTK 2 version of materia-cyberpunk-neon. It's whole purpose is to look as the +# GTK 3 version as much as possible until GTK 2 dies completely. +# +# Note: comments for explaining styles are on the bottom of each file beside the +# widget matches. + +# Declare the colours used throughout the theme. +# There shouldn't be any fiddling with them in the theme files themselves in +# order to not mess up the dark theme. + +# Text/base +gtk-color-scheme = "base_color:#091833" +gtk-color-scheme = "text_color:#0abdc6" +# Foreground/background +gtk-color-scheme = "bg_color:#000b1e" +gtk-color-scheme = "fg_color:#0abdc6" +# Selected foreground/background +gtk-color-scheme = "selected_bg_color:#711c91" +gtk-color-scheme = "selected_fg_color:#000000" +# Titlebar foreground/background +gtk-color-scheme = "titlebar_bg_color:#091833" +gtk-color-scheme = "titlebar_fg_color:#0abdc6" +# Menus +gtk-color-scheme = "menu_color:#133e7c" +# Tooltips foreground/background +gtk-color-scheme = "tooltip_bg_color:#616161" +gtk-color-scheme = "tooltip_fg_color:#0abdc6" +# Links +gtk-color-scheme = "link_color:#711c91" +gtk-color-scheme = "visited_link_color:#c58af9" + +# Set GTK settings +gtk-auto-mnemonics = 1 +gtk-primary-button-warps-slider = 1 + +# And hand over the control to the theme files +include "main.rc" +include "apps.rc" +include "hacks.rc" |