by roundabout, Sunday, 26 February 2017, 18:03:32 (1488132212), pushed by roundabout, Sunday, 11 May 2025, 13:22:05 (1746969725)
Author identity: nana-4 <hnmaigo@gmail.com>
d0abcb745ac84f6a5e3bde1ecaed87a73cc75a97
src/gtk-2.0/gtkrc-light
@@ -1,19 +1,32 @@
# Bridge | ScionicSpectre
# Based on Bridge by ScionicSpectre
# vim:set ts=2 sw=2 sts=2 ai et:
#
# This is the GTK+ 2 version of Adwaita. 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.
# Text/base colors
# 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 = "text_color:#333333\nbase_color:#FFFFFF"
# Foreground/background colors
# Foreground/background
gtk-color-scheme = "fg_color:#333333\nbg_color:#F5F5F5"
# Selected foreground/background colors
# Selected foreground/background
gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
# Headerbar foreground/background colors
gtk-color-scheme = "headerbar_fg_color:#333333\nheaderbar_bg_color:#E0E0E0"
# Misc colors
gtk-color-scheme = "link_color:#42A5F5\nlink_visited_color:#E040FB"
# Titlebar foreground/background
gtk-color-scheme = "titlebar_fg_color:#333333\ntitlebar_bg_color:#E0E0E0"
# Links
gtk-color-scheme = "link_color:#42A5F5\nvisited_link_color:#E040FB"
# 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"