Consistent colors througout

pull/224/head
Satyajit Sahoo 2014-12-20 00:58:35 +05:30
parent bd61315575
commit 9613c83bdc
3 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
# Numix GTK Theme
gtk-color-scheme = "bg_color:#dedede\nfg_color:#555555\nbase_color:#f9f9f9\ntext_color:#333333\nselected_bg_color:#d64937\nselected_fg_color:#f9f9f9\ntooltip_bg_color:#2d2d2d\ntooltip_fg_color:#dedede\ntitlebar_bg_color:#2d2d2d\ntitlebar_fg_color:#dcdcdc\nmenubar_bg_color:#2d2d2d\nmenubar_fg_color:#dcdcdc\ntoolbar_bg_color:#dedede\ntoolbar_fg_color:#555555\nmenu_bg_color:#2d2d2d\nmenu_fg_color:#dcdcdc\npanel_bg_color:#2d2d2d\npanel_fg_color:#dcdcdc\nlink_color:#fc6f5d"
gtk-color-scheme = "bg_color:#eeeeee\nfg_color:#333333\nbase_color:#ffffff\ntext_color:#333333\nselected_bg_color:#d64937\nselected_fg_color:#ffffff\ntooltip_bg_color:#333333\ntooltip_fg_color:#eeeeee\ntitlebar_bg_color:#333333\ntitlebar_fg_color:#eeeeee\nmenubar_bg_color:#333333\nmenubar_fg_color:#eeeeee\ntoolbar_bg_color:#eeeeee\ntoolbar_fg_color:#333333\nmenu_bg_color:#333333\nmenu_fg_color:#eeeeee\npanel_bg_color:#333333\npanel_fg_color:#eeeeee\nlink_color:#f06860"
# Default Style
@ -470,7 +470,7 @@ class "PanelToplevel*" style "murrine-panel"
widget_class "*PanelToplevel*" style "murrine-panel"
widget_class "*notif*" style "murrine-panel"
widget_class "*Notif*" style "murrine-panel"
widget_class "*Tray*" style "murrine-panel"
widget_class "*Tray*" style "murrine-panel"
widget_class "*tray*" style "murrine-panel"
widget_class "*computertemp*" style "murrine-panel"
widget_class "*Applet*Tomboy*" style "murrine-panel"

View File

@ -9,12 +9,12 @@
</info>
<!-- ::: CONSTANTS ::: -->
<constant name="C_titlebar" value="#2d2d2d" />
<constant name="C_titlebar" value="#333333" />
<constant name="C_border_focused" value="#484848" />
<constant name="C_border_unfocused" value="#393939" />
<constant name="C_title_focused" value="#dcdcdc" />
<constant name="C_title_focused" value="#eeeeee" />
<constant name="C_title_unfocused" value="#888888" />
<constant name="C_icons_focused" value="#dcdcdc" />
<constant name="C_icons_focused" value="#eeeeee" />
<constant name="C_icons_focused_prelight" value="gtk:bg[SELECTED])" />
<constant name="C_icons_focused_pressed" value="shade/gtk:bg[SELECTED]/0.8" />
<constant name="C_icons_unfocused" value="#888888" />
@ -721,15 +721,15 @@
</draw_ops>
<draw_ops name="unshade_focused_pressed">
<line
<line
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
color="C_icons_focused_pressed" />
@ -737,16 +737,16 @@
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
color="C_icons_focused_pressed" />
<rectangle
x="(width-width%3)/3+3" y="height/2-2"
color="C_icons_focused_pressed" />
<rectangle
x="(width-width%3)/3+3" y="height/2-2"
width="width-2*(width-width%3)/3-8" height="6" filled="true"
color="C_icons_focused_pressed" />
</draw_ops>

View File

@ -9,12 +9,12 @@
</info>
<!-- ::: CONSTANTS ::: -->
<constant name="C_titlebar" value="gtk:custom(wm_bg,#2d2d2d)" />
<constant name="C_titlebar" value="gtk:custom(wm_bg,#333333)" />
<constant name="C_border_focused" value="gtk:custom(wm_border_focused,#484848)" />
<constant name="C_border_unfocused" value="gtk:custom(wm_border_unfocused,#393939)" />
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#dcdcdc)" />
<constant name="C_title_focused" value="gtk:custom(wm_title_focused,#eeeeee)" />
<constant name="C_title_unfocused" value="gtk:custom(wm_title_unfocused,#888888)" />
<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#dcdcdc)" />
<constant name="C_icons_focused" value="gtk:custom(wm_icons_focused,#eeeeee)" />
<constant name="C_icons_focused_prelight" value="gtk:custom(wm_icons_focused_prelight,gtk:bg[SELECTED])" />
<constant name="C_icons_focused_pressed" value="gtk:custom(wm_icons_focused_pressed,shade/gtk:bg[SELECTED]/0.8)" />
<constant name="C_icons_unfocused" value="gtk:custom(wm_icons_unfocused,#888888)" />
@ -733,15 +733,15 @@
</draw_ops>
<draw_ops name="unshade_focused_pressed">
<line
<line
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+1"
x2="(width-width%3)/3" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="width-(width-width%3)/3-6" y1="(height-height%3)/3+2"
x2="(width-width%3)/3+1" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="width-(width-width%3)/3-7" y1="(height-height%3)/3+1"
x2="(width-width%3)/3" y2="height-(height-height%3)/3-6"
color="C_icons_focused_pressed" />
@ -749,16 +749,16 @@
x1="(width-width%3)/3+3" y1="(height-height%3)/3+1"
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
<line
x1="(width-width%3)/3+3" y1="(height-height%3)/3+2"
x2="width-(width-width%3)/3-4" y2="height-(height-height%3)/3-5"
color="C_icons_focused_pressed" />
<line
x1="(width-width%3)/3+4" y1="(height-height%3)/3+1"
x2="width-(width-width%3)/3-3" y2="height-(height-height%3)/3-6"
color="C_icons_focused_pressed" />
<rectangle
x="(width-width%3)/3+3" y="height/2-2"
color="C_icons_focused_pressed" />
<rectangle
x="(width-width%3)/3+3" y="height/2-2"
width="width-2*(width-width%3)/3-8" height="6" filled="true"
color="C_icons_focused_pressed" />
</draw_ops>