theme colors changed

This commit is contained in:
crater2150 2009-12-30 13:16:21 +01:00
parent fb5bfecc9a
commit ac274fdceb
2 changed files with 15 additions and 15 deletions

View file

@ -1 +1 @@
/home/crater2150/gfx/wall/dragon.jpg /home/crater2150/gfx/wall/Julia-Quaternion-points-large.jpg

View file

@ -15,18 +15,18 @@ theme.wallpaper_cmd = { "awsetbg -a /home/crater2150/.config/awesome/wallpaper"
theme.font = "sans 8" theme.font = "sans 8"
-- {{{ Colors -- {{{ Colors
theme.fg_normal = "#DCDCCC" theme.fg_normal = "#8888FF"
theme.fg_focus = "#F0DFAF" theme.fg_focus = "#000000"
theme.fg_urgent = "#CC9393" theme.fg_urgent = "#FF0000"
theme.bg_normal = "#3F3F3F" theme.bg_normal = "#000000"
theme.bg_focus = "#1E2320" theme.bg_focus = "#8888FF"
theme.bg_urgent = "#3F3F3F" theme.bg_urgent = "#880000"
-- }}} -- }}}
-- {{{ Borders -- {{{ Borders
theme.border_width = "2" theme.border_width = "2"
theme.border_normal = "#3F3F3F" theme.border_normal = "#DDDDFF"
theme.border_focus = "#6F6F6F" theme.border_focus = "#8888FF"
theme.border_marked = "#CC9393" theme.border_marked = "#CC9393"
-- }}} -- }}}
@ -83,12 +83,12 @@ theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/float
-- }}} -- }}}
-- {{{ Layout -- {{{ Layout
theme.layout_tile = "/usr/share/awesome/themes/zenburn/layouts/tile.png" theme.layout_tile = "/usr/share/awesome/themes/zenburn/layouts/tilebottom.png"
theme.layout_tileleft = "/usr/share/awesome/themes/zenburn/layouts/tileleft.png" theme.layout_tileleft = "/usr/share/awesome/themes/zenburn/layouts/tiletop.png"
theme.layout_tilebottom = "/usr/share/awesome/themes/zenburn/layouts/tilebottom.png" theme.layout_tilebottom = "/usr/share/awesome/themes/zenburn/layouts/tileleft.png"
theme.layout_tiletop = "/usr/share/awesome/themes/zenburn/layouts/tiletop.png" theme.layout_tiletop = "/usr/share/awesome/themes/zenburn/layouts/tile.png"
theme.layout_fairv = "/usr/share/awesome/themes/zenburn/layouts/fairv.png" theme.layout_fairv = "/usr/share/awesome/themes/zenburn/layouts/fairh.png"
theme.layout_fairh = "/usr/share/awesome/themes/zenburn/layouts/fairh.png" theme.layout_fairh = "/usr/share/awesome/themes/zenburn/layouts/fairv.png"
theme.layout_spiral = "/usr/share/awesome/themes/zenburn/layouts/spiral.png" theme.layout_spiral = "/usr/share/awesome/themes/zenburn/layouts/spiral.png"
theme.layout_dwindle = "/usr/share/awesome/themes/zenburn/layouts/dwindle.png" theme.layout_dwindle = "/usr/share/awesome/themes/zenburn/layouts/dwindle.png"
theme.layout_max = "/usr/share/awesome/themes/zenburn/layouts/max.png" theme.layout_max = "/usr/share/awesome/themes/zenburn/layouts/max.png"