From f627c63713c809c658e48de0b3e5bef226badaec Mon Sep 17 00:00:00 2001 From: Sn4il Date: Sun, 5 Jan 2025 14:00:29 +0300 Subject: Cyberpunk Neon --- themes/materia-cyberpunk-neon/gtk-2.0/gtkrc | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 themes/materia-cyberpunk-neon/gtk-2.0/gtkrc (limited to 'themes/materia-cyberpunk-neon/gtk-2.0/gtkrc') 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" -- cgit v1.2.3