### Base colors ### gtk_color_scheme = "fg_color:#425D4F\ bg_color:#0C1111\ disabled_fg_color:#090D0D\ base_color:#0C1111\ text_color:#425D4F\ selected_bg_color:#2A3C33\ selected_fg_color:#0C1111\ tooltip_bg_color:#ffffe1\ tooltip_fg_color:#425D4F000" ### Begin ### include "paned.rc" include "scrollbar.rc" include "scale.rc" include "notebook.rc" include "button.rc" include "radio.rc" include "c_box.rc" include "progressbar.rc" include "entry.rc" include "menubar.rc" include "spin.rc" include "toolbar.rc" include "scrolledwindow.rc" include "combobox.rc" include "custom_menubar.rc" include "panel.rc" style "default" { GtkArrow ::arrow-scaling = 0.3 # GtkToolbar::button-relief = GTK_RELIEF_NORMAL GtkScrolledWindow::scrollbars-within-bevel = 1 GtkToolbar::shadow_type = GTK_SHADOW_IN GtkPaned::handle-size = 3 GtkPaned::margin = 2 GtkTreeView::odd_row_color = @base_color GtkTreeView::even_row_color = @base_color GtkToolbar::internal-padding = 2 fg[ACTIVE] = @fg_color fg[INSENSITIVE] = @disabled_fg_color fg[NORMAL] = @fg_color fg[PRELIGHT] = @fg_color fg[SELECTED] = @selected_fg_color bg[ACTIVE] = @base_color bg[INSENSITIVE] = @bg_color bg[NORMAL] = @bg_color bg[PRELIGHT] = @bg_color bg[SELECTED] = @selected_bg_color base[ACTIVE] = @selected_bg_color base[INSENSITIVE] = @selected_fg_color base[NORMAL] = @base_color base[PRELIGHT] = @selected_bg_color base[SELECTED] = @selected_bg_color text[ACTIVE] = @selected_fg_color text[INSENSITIVE] = @disabled_fg_color text[NORMAL] = @text_color text[PRELIGHT] = @selected_fg_color text[SELECTED] = @selected_fg_color } class "GtkWidget" style "default" style "tooltips" { bg[NORMAL] = @base_color fg[NORMAL] = @text_color } widget "gtk-tooltip*" style "tooltips" style "color-fix" { GtkFrame::shadow-type = GTK_SHADOW_NONE GtkPaned ::handle-size = 1 GtkTreeView::expander-size = 0 GtkTreeView::vertical-separator = 0 GtkToolbar::internal-padding = 2 bg[NORMAL] = @base_color fg[PRELIGHT] = @selected_fg_color fg[SELECTED] = @selected_fg_color text[INSENSITIVE] = @disabled_fg_color text[SELECTED] = @selected_fg_color } class "GtkMenuItem*" style "color-fix" class "GtkImageMenuItem*" style "color-fix" class "GtkTearoffMenuItem*" style "color-fix" class "GtkMenuBar*" style "menubar2" class "GtkItem*" style "color-fix" widget_class "*MenuBar.*" style "menubar2" widget_class "**" style "color-fix" widget_class "**" style "color-fix" widget_class "**" style "color-fix" style "progressbarfix" { fg[ACTIVE] = @fg_color fg[NORMAL] = @fg_color fg[PRELIGHT] = @selected_fg_color fg[SELECTED] = @selected_fg_color text[ACTIVE] = @selected_fg_color text[NORMAL] = @fg_color text[PRELIGHT] = @selected_fg_color text[SELECTED] = @selected_fg_color } class "GtkScrolledWindow*" style "scrolledwindow" class "GtkProgressBar*" style "progressbarfix"