Skip to content

Instantly share code, notes, and snippets.

@farhaven
Created January 28, 2012 21:12
Show Gist options
  • Save farhaven/1695776 to your computer and use it in GitHub Desktop.
Save farhaven/1695776 to your computer and use it in GitHub Desktop.
-----------------------------
-- 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