PepMiniiso/pepinstaller/themes/Clearlooks/gtk-2.0/gtkrc

43 lines
1.9 KiB
Plaintext
Raw Normal View History

2023-03-28 12:48:46 +00:00
gtk_color_scheme = "fg_color:#101010101010\nbg_color:#C0C0C0\ntext_color:#1a1a1a1a1a1a\nbase_color:#ffffffffffff\nselected_fg_color:#ffffff\nselected_bg_color:#F62817\ntooltip_fg_color:#000000000000\ntooltip_bg_color:#f1f1f1"#########
2023-03-23 11:29:15 -01:00
gtk-icon-sizes = "gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-button=24,24" # This enables "compact-mode".
gtk-button-images = 0 # Enables or disables icons on buttons (OS X-like).
include "panel.rc"
##########################
# GENERAL THEME SETTINGS
##########################
style "clearlooks-default"
{
2023-06-01 11:03:25 +00:00
GtkButton ::child-displacement-x = 0 # Pressed button icon displacement.
GtkButton ::child-displacement-y = 0 # Pressed button icon displacement.
GtkButton ::default-border = { 0, 0, 0, 0 }
GtkCheckButton ::indicator-size = 12 # Size for check buttons.
GtkRadioButton ::indicator-size = 12 # Size for radio buttons.
GtkPaned ::handle-size = 3 # Width of handles.
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
GtkRange ::trough-border = 0
GtkRange ::slider-width = 14
GtkRange ::stepper-size = 12
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
GtkScale ::slider-length = 24 # Length of sliders.
GtkScale ::trough-side-details = 1
GtkScrollbar ::min-slider-length = 30 # Min. length of scrollbars.
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
GtkMenuBar ::internal-padding = 0
GtkExpander ::expander-size = 10
GtkToolbar ::internal-padding = 0 # Toolbar padding.
GtkTreeView ::expander-size = 12
GtkTreeView ::vertical-separator = 0
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
GtkMenu ::horizontal-padding = 0
GtkMenu ::vertical-padding = 0
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
WnckTasklist ::fade-overlay-rect = 0
2023-03-23 11:29:15 -01:00
2023-06-01 11:03:25 +00:00
GtkButton ::focus-padding = 0 # This can give you a more compact appearance.
GtkScrolledWindow ::scrollbar-spacing = 1 # This sets the spacing between scrollbars.
GtkTreeView::odd_row_color = mix(0.98, shade (0.93,@base_color), @selected_bg_color)
2023-03-23 11:29:15 -01:00
}