colors
This commit is contained in:
parent
e1dd7729b1
commit
fd74be84aa
1 changed files with 4 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ end
|
||||||
-- Themes define colours, icons, and wallpapers
|
-- Themes define colours, icons, and wallpapers
|
||||||
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
||||||
beautiful.border_width = "2"
|
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.
|
-- This is used later as the default terminal and editor to run.
|
||||||
terminal = "gnome-terminal"
|
terminal = "gnome-terminal"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue