by roundabout, Wednesday, 22 February 2017, 17:04:24 (1487783064), pushed by roundabout, Sunday, 11 May 2025, 13:22:05 (1746969725)
Author identity: nana-4 <hnmaigo@gmail.com>
ee73f0297069287807fcbd6afc900e66c3906ad1
src/gtk-2.0/gtkrc
@@ -5,7 +5,7 @@
gtk-color-scheme = "text_color:#333333\nbase_color:#FFFFFF"
# Foreground/background colors
gtk-color-scheme = "fg_color:#333333\nbg_color:#F5F5F5"
# Selected foreground/background colors
# Selected foreground/background colors
gtk-color-scheme = "selected_fg_color:#FFFFFF\nselected_bg_color:#42A5F5"
# Titlebar foreground/background colors
gtk-color-scheme = "titlebar_fg_color:#FFFFFF\ntitlebar_bg_color:#455A64"
src/gtk-2.0/gtkrc-light
@@ -5,7 +5,7 @@
gtk-color-scheme = "text_color:#333333\nbase_color:#FFFFFF"
# Foreground/background colors
gtk-color-scheme = "fg_color:#333333\nbg_color:#F5F5F5"
# Selected foreground/background colors
# Selected foreground/background colors
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"
src/gtk-2.0/main.rc
@@ -90,7 +90,7 @@ style "default" {
GtkTreeView::vertical-separator = 0
GtkTreeView::horizontal-separator = 4
GtkTreeView::allow-rules = 0
# Set this because some apps read it
# Set this because some apps read it
GtkTreeView::odd-row-color = @base_color
GtkTreeView::even-row-color = @base_color
@@ -128,7 +128,7 @@ style "default" {
# For succinctness, all reasonable pixmap options remain here
# Draw frame around menu in a non-compositied environment
# Draw frame around menu in a non-compositied environment
# This needs to go before pixmap because we need to override some stuff
engine "adwaita" {}
@@ -386,9 +386,9 @@ style "default" {
# Arrows #
##########
# Overrides
# Overrides
# Disable arrows in spinbuttons
# Disable arrows in spinbuttons
image {
function = ARROW
detail = "spinbutton"
@@ -774,7 +774,7 @@ style "default" {
file = "assets/pan-down-alt-insensitive.png"
}
# LTR
# LTR
image {
function = EXPANDER
@@ -822,7 +822,7 @@ style "default" {
direction = LTR
}
# RTL
# RTL
image {
function = EXPANDER
@@ -871,7 +871,7 @@ style "default" {
}
#############
# Notebooks #
# Notebooks #
#############
# Left
@@ -890,7 +890,7 @@ style "default" {
gap_side = RIGHT
}
# Right
# Right
image {
function = EXTENSION
@@ -906,7 +906,7 @@ style "default" {
gap_side = LEFT
}
# Up
# Up
image {
function = EXTENSION
@@ -922,7 +922,7 @@ style "default" {
gap_side = BOTTOM
}
# Down
# Down
image {
function = EXTENSION
@@ -994,7 +994,7 @@ style "default" {
}
##############
# Scrollbars #
# Scrollbars #
##############
image {
@@ -1112,7 +1112,7 @@ style "default" {
direction = LTR
}
# RTL
# RTL
image {
function = SLIDER
@@ -1162,8 +1162,8 @@ style "default" {
# Scales #
##########
# Troughs
# They are overrided later on
# Troughs
# They are overrided later on
# We set them here too because some widgets don't specify their orientation
image {
@@ -1242,7 +1242,7 @@ style "default" {
orientation = VERTICAL
}
# Sliders
# Sliders
image {
function = SLIDER
@@ -1303,12 +1303,12 @@ style "default" {
# Menubar #
###########
# image {
# function = BOX
# detail = "menubar"
# file = "assets/border.png"
# border = {0, 0, 0, 1}
# }
# image {
# function = BOX
# detail = "menubar"
# file = "assets/border.png"
# border = {0, 0, 0, 1}
# }
#########
# Menus #
@@ -1622,7 +1622,7 @@ style "default" {
# Treeviews #
#############
# Disable active the column highlight
# Disable active the column highlight
# We need to match specific cells or we break stuff
# Looking at you deadbeef
@@ -1638,7 +1638,7 @@ style "default" {
state = NORMAL
}
# Disable all the other shadows
# Disable all the other shadows
# This prevents the Raleigh effect
image {
function = SHADOW
@@ -1699,7 +1699,7 @@ style "menu_item" {
text[NORMAL] = @fg_color
text[PRELIGHT] = @fg_color
# Unfortunately we can't tell regular and menu checks/radios apart
# Unfortunately we can't tell regular and menu checks/radios apart
# Without the heirarchy
engine "pixmap" {
@@ -1947,7 +1947,7 @@ style "button" {
engine "pixmap" {
###########
# Buttons #
# Buttons #
###########
image {
@@ -2008,8 +2008,8 @@ style "link_button" {
style "entry" {
# We set this same as the border of the border of the entry
# This way there's no overlap
# We set this same as the border of the border of the entry
# This way there's no overlap
xthickness = 4
ythickness = 4
@@ -2209,7 +2209,7 @@ style "combobox_entry" {
style "combo_button_padding" {
# Since one side of the button is missing, we need to shift the arrow a little to the right
# This is the same thing we've done above but the combo, unlike the combobox,
# This is the same thing we've done above but the combo, unlike the combobox,
# uses padding the same way as a button
GtkButton::inner-border = {4, 7, 4, 4}
@@ -2781,23 +2781,23 @@ widget_class "*<GtkTreeView>*<GtkButton>*" style "treeview_header"
# Give the file chooser toolbar a border
widget_class "*<GtkFileChooserDefault>*<GtkToolbar>" style "inline_toolbar"
# Fix padding on regular comboboxes
# Fix padding on regular comboboxes
widget_class "*<GtkComboBox>.<GtkButton>" style "combobox"
# And disable separators on them
widget_class "*<GtkComboBox>.<GtkButton>*<GtkSeparator>" style "disable_separator"
widget_class "*<GtkFontButton>*<GtkSeparator>" style "disable_separator"
widget_class "*<GtkFileChooserButton>*<GtkSeparator>" style "disable_separator"
# Join together the ComboBoxEntry entry and button
# Join together the ComboBoxEntry entry and button
widget_class "*<GtkComboBoxEntry>*" style "combobox_entry"
# Join the Combo entry and button
# Join the Combo entry and button
widget_class "*<GtkCombo>*" style "combobox_entry"
# Tweak the padding on the button a little bit because it uses it a bit differently
# Tweak the padding on the button a little bit because it uses it a bit differently
widget_class "*<GtkCombo>.<GtkButton>" style "combo_button_padding"
# Alas we cannot do the same for ComboBoxText because there isn't a way to apply the style to only
# the comboboxes that have an entry inside
# Alas we cannot do the same for ComboBoxText because there isn't a way to apply the style to only
# the comboboxes that have an entry inside
# Tool buttons have different styles
widget_class "*<GtkToolButton>*<GtkButton>" style "tool_button"