From fd74be84aa2047f5b9e88f551ba386437552671c Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Mon, 22 Apr 2013 02:36:49 -0400 Subject: [PATCH] colors --- .config/awesome/rc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index fffb222..a0e9644 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -37,6 +37,10 @@ end -- Themes define colours, icons, and wallpapers beautiful.init("/usr/share/awesome/themes/default/theme.lua") beautiful.border_width = "2" +beautiful.border_normal = "#222222" +beautiful.border_focus = "#00bfff" +beautiful.font = "sans 12" +naughty.config.default_preset.font = "Inconsolata 14" -- This is used later as the default terminal and editor to run. terminal = "gnome-terminal"