add gtk/icon/xmms/wmaker theme files
After Width: | Height: | Size: 198 B |
After Width: | Height: | Size: 3.5 KiB |
|
@ -0,0 +1,120 @@
|
|||
|
||||
gtk-icon-sizes = "mini-commander-icon=32,32:print-manager=32,32:panel-button=32,32:gtk-dnd=32,32:gtk-menu=16,16:panel-menu=22,22:gtk-large-toolbar=16,16:gtk-small-toolbar=16,16:gtk-button=16,16:gtk-dialog=32,32"
|
||||
|
||||
style "standard-default"
|
||||
{
|
||||
GtkWidget::interior_focus = 2
|
||||
GtkButton::default_border = { 1, 1, 1, 1 }
|
||||
GtkButton::default_outside_border = { 0, 0, 0, 0 }
|
||||
GtkOptionMenu::indicator_size = { 9, 5 }
|
||||
GtkOptionMenu::indicator_spacing = { 7, 5, 2, 2 }
|
||||
GtkComboBox::appears-as-list = 1
|
||||
GtkNotebook::tab-overlap = 4
|
||||
|
||||
GtkButton::child_displacement_x = 1
|
||||
GtkButton::child_displacement_y = 1
|
||||
|
||||
GtkMenu::horizontal-padding = 1
|
||||
GtkMenu::vertical-padding = 1
|
||||
GtkMenu::horizontal-offset = -6
|
||||
|
||||
GtkScrolledWindow::scrollbar-spacing = 0
|
||||
GtkScrolledWindow::scrollbars-within-bevel = 1
|
||||
|
||||
bg_pixmap[NORMAL] = "back.png"
|
||||
|
||||
fg[ACTIVE] = { 1.0, 1.0, 1.0 }
|
||||
fg[INSENSITIVE] = { 0.5, 0.5, 0.5 }
|
||||
fg[NORMAL] = { 1.0, 1.0, 1.0 }
|
||||
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
||||
fg[SELECTED] = { 1.0, 1.0, 1.0 }
|
||||
|
||||
bg[ACTIVE] = "#243347"
|
||||
bg[INSENSITIVE] = "#1c2838"
|
||||
bg[NORMAL] = "#1c2838"
|
||||
bg[PRELIGHT] = "#212f42"
|
||||
bg[SELECTED] = "#141d29"
|
||||
|
||||
|
||||
base[ACTIVE] = { 0.04, 0.14, 0.41 }
|
||||
base[INSENSITIVE] = { 0.83, 0.81, 0.78 }
|
||||
base[NORMAL] = "#17212e"
|
||||
base[PRELIGHT] = { 0.04, 0.14, 0.41 }
|
||||
base[SELECTED] = "#5d6d72"
|
||||
|
||||
text[ACTIVE] = { 1.0, 1.0, 1.0 }
|
||||
text[INSENSITIVE] = { 0.5, 0.5, 0.5 }
|
||||
text[NORMAL] = { 1.0, 1.0, 1.0 }
|
||||
text[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
||||
text[SELECTED] = { 1.0, 1.0, 1.0 }
|
||||
|
||||
engine "redmond95" {}
|
||||
}
|
||||
|
||||
class "GtkWidget" style "standard-default"
|
||||
|
||||
style "standard-menu"
|
||||
{
|
||||
bg[PRELIGHT] = "#212f42"
|
||||
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
||||
}
|
||||
|
||||
widget_class "*MenuItem*" style "standard-menu"
|
||||
|
||||
style "standard-menubar-item"
|
||||
{
|
||||
bg[PRELIGHT] = "#212f42"
|
||||
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
||||
}
|
||||
|
||||
class "*MenuBar.*MenuItem*" style "standard-menubar-item"
|
||||
widget_class "*MenuBar.*MenuItem*" style "standard-menubar-item"
|
||||
|
||||
style "standard-list"
|
||||
{
|
||||
bg[NORMAL] = { 0.9, 0.9, 0.9 }
|
||||
bg[PRELIGHT] = { 0.0, 0.0, 0.0 }
|
||||
}
|
||||
|
||||
class "GtkList" style "standard-list"
|
||||
|
||||
style "standard-scrollbar"
|
||||
{
|
||||
GtkRange::trough_border = 0
|
||||
GtkRange::slider_width = 16
|
||||
GtkRange::stepper_size = 16
|
||||
GtkRange::stepper_spacing = 0
|
||||
}
|
||||
|
||||
class "GtkScrollbar" style "standard-scrollbar"
|
||||
|
||||
|
||||
style "standard-scales"
|
||||
{
|
||||
GtkRange::slider-width = 21
|
||||
GtkScale::slider-length = 11
|
||||
}
|
||||
|
||||
class "*Scale*" style "standard-scales"
|
||||
|
||||
style "standard-option-menu"
|
||||
{
|
||||
GtkOptionMenu::indicator_width = 7
|
||||
GtkOptionMenu::indicator_left_spacing = 6
|
||||
GtkOptionMenu::indicator_right_spacing = 4
|
||||
}
|
||||
|
||||
class "GtkOptionMenu" style "standard-option-menu"
|
||||
|
||||
style "standard-progressbar" {
|
||||
fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
|
||||
}
|
||||
class "GtkProgressBar" style "standard-progressbar"
|
||||
|
||||
|
||||
style "standard-entry"
|
||||
{
|
||||
bg[SELECTED] = "#3b445a"
|
||||
fg[SELECTED] = { 1.0, 1.0, 1.0 }
|
||||
}
|
||||
class "GtkEntry" style "standard-entry"
|
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 198 B |
|
@ -0,0 +1 @@
|
|||
checkbox-checked-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-checked-insensitive@2.png
|
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
checkbox-checked.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-checked@2.png
|
After Width: | Height: | Size: 246 B |
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
checkbox-mixed-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-mixed-insensitive@2.png
|
After Width: | Height: | Size: 215 B |
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
checkbox-mixed.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-mixed@2.png
|
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
checkbox-unchecked-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-unchecked-insensitive@2.png
|
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 1.4 KiB |
|
@ -0,0 +1 @@
|
|||
checkbox-unchecked.png
|
|
@ -0,0 +1 @@
|
|||
checkbox-unchecked@2.png
|
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 5.1 KiB |
|
@ -0,0 +1 @@
|
|||
radio-checked-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
radio-checked-insensitive@2.png
|
After Width: | Height: | Size: 558 B |
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1 @@
|
|||
radio-checked.png
|
|
@ -0,0 +1 @@
|
|||
radio-checked@2.png
|
After Width: | Height: | Size: 553 B |
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1 @@
|
|||
radio-mixed-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
radio-mixed-insensitive@2.png
|
After Width: | Height: | Size: 487 B |
After Width: | Height: | Size: 2.1 KiB |
|
@ -0,0 +1 @@
|
|||
radio-mixed.png
|
|
@ -0,0 +1 @@
|
|||
radio-mixed@2.png
|
After Width: | Height: | Size: 517 B |
After Width: | Height: | Size: 2.1 KiB |
|
@ -0,0 +1 @@
|
|||
radio-unchecked-insensitive.png
|
|
@ -0,0 +1 @@
|
|||
radio-unchecked-insensitive@2.png
|
After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 2.1 KiB |
|
@ -0,0 +1 @@
|
|||
radio-unchecked.png
|
|
@ -0,0 +1 @@
|
|||
radio-unchecked@2.png
|
After Width: | Height: | Size: 504 B |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 374 B |
After Width: | Height: | Size: 229 B |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 441 B |
After Width: | Height: | Size: 319 B |
|
@ -0,0 +1,118 @@
|
|||
/* Normal colors */
|
||||
@import url("gtk-widgets.css");
|
||||
@define-color bg_color #1c2838;
|
||||
@define-color fg_color #FFFFFF;
|
||||
@define-color base_color #17212e;
|
||||
@define-color text_color #FFFFFF;
|
||||
@define-color selected_bg_color #3b445a;
|
||||
@define-color selected_fg_color #FFFFFF;
|
||||
@define-color disabled_bg_color #1c2838;
|
||||
@define-color disabled_fg_color #808080;
|
||||
@define-color disabled_base_color @base_color;
|
||||
@define-color disabled_text_color @disabled_fg_color;
|
||||
|
||||
/* Backdrop state colors */
|
||||
@define-color unfocused_bg_color @bg_color;
|
||||
@define-color unfocused_fg_color @fg_color;
|
||||
@define-color unfocused_base_color @base_color;
|
||||
@define-color unfocused_text_color @text_color;
|
||||
@define-color unfocused_selected_bg_color @selected_bg_color;
|
||||
@define-color unfocused_selected_fg_color @selected_fg_color;
|
||||
@define-color unfocused_disabled_bg_color @disabled_bg_color;
|
||||
@define-color unfocused_disabled_fg_color @disabled_fg_color;
|
||||
@define-color unfocused_disabled_base_color @disabled_base_color;
|
||||
@define-color unfocused_disabled_text_color @disabled_text_color;
|
||||
/* Darker color scheme */
|
||||
@define-color dark_bg_color #d3d0c7;
|
||||
@define-color dark_fg_color #FFFFFF;
|
||||
/* Theme colors */
|
||||
@define-color theme_bg_color @bg_color;
|
||||
@define-color theme_fg_color @fg_color;
|
||||
@define-color theme_base_color @base_color;
|
||||
@define-color theme_text_color @text_color;
|
||||
@define-color theme_selected_bg_color @selected_bg_color;
|
||||
@define-color theme_selected_fg_color @selected_fg_color;
|
||||
@define-color theme_disabled_bg_color @disabled_bg_color;
|
||||
@define-color theme_disabled_fg_color @disabled_fg_color;
|
||||
@define-color theme_disabled_text_color @disabled_text_color;
|
||||
@define-color theme_disabled_base_color @disabled_base_color;
|
||||
/* Unfocused color scheme */
|
||||
@define-color theme_unfocused_bg_color @unfocused_bg_color;
|
||||
@define-color theme_unfocused_fg_color @unfocused_fg_color;
|
||||
@define-color theme_unfocused_base_color @unfocused_base_color;
|
||||
@define-color theme_unfocused_text_color @unfocused_text_color;
|
||||
@define-color theme_unfocused_selected_bg_color @unfocused_selected_bg_color;
|
||||
@define-color theme_unfocused_selected_fg_color @unfocused_selected_fg_color;
|
||||
@define-color theme_unfocused_disabled_bg_color @unfocused_disabled_bg_color;
|
||||
@define-color theme_unfocused_disabled_fg_color @unfocused_disabled_fg_color;
|
||||
@define-color theme_unfocused_disabled_text_color @unfocused_disabled_text_color;
|
||||
@define-color theme_unfocused_disabled_base_color @unfocused_disabled_base_color;
|
||||
/* Shadows */
|
||||
@define-color dark_shadow rgb(0, 0, 0);
|
||||
@define-color color_shadow @selected_bg_color;
|
||||
@define-color light_shadow rgb(255, 255, 255);
|
||||
/* Borders */
|
||||
/* TODO: These need to be 'proper' - eukara */
|
||||
@define-color borders #03030f;
|
||||
@define-color outline_color #03030f;
|
||||
@define-color unfocused_borders #03030f;
|
||||
/* Notification header backgrounds */
|
||||
@define-color info_fg_color #FFFFFF;
|
||||
@define-color info_bg_color #0055FF;
|
||||
@define-color warning_fg_color #FFFFFF;
|
||||
@define-color warning_bg_color #FF8300;
|
||||
@define-color question_fg_color #FFFFFF;
|
||||
@define-color question_bg_color #2C2C2C;
|
||||
@define-color error_fg_color #FFFFFF;
|
||||
@define-color error_bg_color #FF0000;
|
||||
@define-color link_color #1D8ECE;
|
||||
@define-color error_color #CC0000;
|
||||
@define-color success_color #4ed464;
|
||||
@define-color warning_color #FF9900;
|
||||
/* Widget colors */
|
||||
@define-color tooltip_bg_color #00003c;
|
||||
@define-color tooltip_fg_color @fg_color;
|
||||
@define-color menu_bg_color @bg_color;
|
||||
@define-color menu_fg_color @fg_color;
|
||||
@define-color menubar_bg_color @bg_color;
|
||||
@define-color menubar_fg_color @fg_color;
|
||||
@define-color toolbar_bg_color @bg_color;
|
||||
@define-color toolbar_fg_color @fg_color;
|
||||
@define-color sidebar_bg_color @base_color;
|
||||
@define-color sidebar_fg_color @fg_color;
|
||||
@define-color taskbar_bg_color @base_color;
|
||||
@define-color taskbar_fg_color @fg_color;
|
||||
@define-color titlebar_bg_color @selected_bg_color;
|
||||
@define-color titlebar_fg_color @selected_fg_color;
|
||||
@define-color headerbar_bg_color @bg_color;
|
||||
@define-color headerbar_fg_color @fg_color;
|
||||
@define-color terminal_bg_color @fg_color;
|
||||
@define-color terminal_fg_color @base_color;
|
||||
/* OSD */
|
||||
@define-color osd_fg @dark_bg_color;
|
||||
@define-color osd_bg mix(@dark_fg_color, @dark_bg_color, 0.2);
|
||||
@define-color osd_base @dark_fg_color;
|
||||
/* Budgie colors */
|
||||
@define-color raven_fg_color @dark_fg_color;
|
||||
@define-color raven_bg_color alpha(@dark_bg_color, 0.9);
|
||||
/* Desktop Icons */
|
||||
@define-color desktop_item_fg #000000;
|
||||
@define-color desktop_item_selected_fg @selected_fg_color;
|
||||
@define-color desktop_item_text_shadow alpha(@dark_shadow, 0.8);
|
||||
/* LightDM greeter colors */
|
||||
@define-color lightdm_bg_color @dark_bg_color;
|
||||
@define-color lightdm_fg_color @dark_fg_color;
|
||||
@define-color wm_title @titlebar_fg_color;
|
||||
@define-color wm_unfocused_title @unfocused_fg_color;
|
||||
@define-color wm_highlight alpha(@light_shadow, 0.8);
|
||||
@define-color wm_borders_edge alpha(@light_shadow, 0.8);
|
||||
@define-color wm_bg_a alpha(@selected_bg_color, 1.2);
|
||||
@define-color wm_bg_b alpha(@selected_bg_color, 1.2);
|
||||
@define-color wm_shadow alpha(@dark_shadow, 0.35);
|
||||
@define-color wm_border alpha(@dark_shadow, 0.35);
|
||||
@define-color wm_button_hover_color_a alpha(@selected_bg_color, 1.3);
|
||||
@define-color wm_button_hover_color_b alpha(@selected_bg_color, 1.3);
|
||||
@define-color wm_button_active_color_a alpha(@selected_bg_color, 0.85);
|
||||
@define-color wm_button_active_color_b alpha(@selected_bg_color, 0.85);
|
||||
@define-color wm_button_active_color_c alpha(@selected_bg_color, 0.85);
|
||||
@define-color content_view_bg @base_color;
|
|
@ -0,0 +1,3 @@
|
|||
[Settings]
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-visible-focus = automatic
|
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 234 B |
After Width: | Height: | Size: 236 B |
After Width: | Height: | Size: 233 B |
After Width: | Height: | Size: 238 B |
After Width: | Height: | Size: 230 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 239 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 184 B |
After Width: | Height: | Size: 174 B |
After Width: | Height: | Size: 233 B |
After Width: | Height: | Size: 216 B |
After Width: | Height: | Size: 220 B |
After Width: | Height: | Size: 157 B |
After Width: | Height: | Size: 161 B |
After Width: | Height: | Size: 161 B |
After Width: | Height: | Size: 157 B |
After Width: | Height: | Size: 165 B |
After Width: | Height: | Size: 166 B |
After Width: | Height: | Size: 135 B |
After Width: | Height: | Size: 120 B |
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 93 B |
After Width: | Height: | Size: 142 B |