From 47b08dec9511e4162b75546a2949d835cfcc26c2 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 19 Nov 2012 00:36:33 +0100 Subject: [PATCH] theme changes in preparation for more widgets, change awesome font to termsyn --- awesome/theme.lua | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/awesome/theme.lua b/awesome/theme.lua index 2ee0d1b..8d97854 100644 --- a/awesome/theme.lua +++ b/awesome/theme.lua @@ -5,7 +5,7 @@ theme = {} -theme.font = "Tamsyn 10" +theme.font = "Termsyn 8" theme.bg_normal = "#0d1926" theme.bg_focus = "#444444" @@ -18,6 +18,17 @@ theme.fg_focus = "#eaecf5" theme.fg_urgent = "#eaecf5" theme.fg_minimize = "#c9cad4" +-- temp, stolen +theme.tooltip_fg_color = "#d0d0d0" + +theme.dgrey = "#5e5e5e" +theme.lpink = "#a94952" +theme.dgreen = "#83a949" +theme.magenta = "#a94983" +theme.blue = "#4983a9" +theme.white = "#d0d0d0" +-- end temp, stolen + theme.border_width = 1 theme.border_normal = "#0a0b15" theme.border_focus = "#535d6c" @@ -89,7 +100,7 @@ theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png" theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png" -theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" +theme.awesome_icon = "/home/yorick/dotfiles/awesome/icons/png/arch.png" -- Define the icon theme for application icons. If not set then the icons -- from /usr/share/icons and /usr/share/icons/hicolor will be used.