Created
January 28, 2012 21:12
-
-
Save farhaven/1695776 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------------------------- | |
-- Plan9 theme for Awesome -- | |
----------------------------- | |
return { | |
font = "Terminus 8", | |
bg_normal = "#9fefef", -- done | |
bg_focus = "#57a8a8", -- done | |
bg_urgent = "#478847", -- done | |
fg_normal = "#000000", -- done | |
fg_focus = "#000000", -- done | |
fg_urgent = "#000000", -- done | |
border_width = 4, | |
border_normal = "#9fefef", -- done | |
border_focus = "#57a8a8", | |
-- these are just empty images, nothing special to see here | |
taglist_squares_sel = "~/.config/awesome/themes/plan9/tasklist_f.png", | |
taglist_squares_unsel = "~/.config/awesome/themes/plan9/tasklist_u.png", | |
menu_submenu_icon = "/usr/local/share/awesome/themes/default/submenu.png", | |
awesome_icon = "/usr/local/share/awesome/icons/awesome16.png" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment