2013-07-16 18:46:46 +02:00
|
|
|
--[[ ]]--
|
|
|
|
-- -
|
|
|
|
-- Dremora Awesome WM 3.5.+ theme --
|
|
|
|
-- github.com/copycat-killer --
|
|
|
|
-- -
|
|
|
|
--[[ ]]--
|
2013-07-06 17:54:28 +02:00
|
|
|
|
|
|
|
|
|
|
|
theme = {}
|
|
|
|
|
|
|
|
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/dremora"
|
|
|
|
theme.wallpaper = themes_dir .. "/wall.png"
|
|
|
|
|
|
|
|
theme.font = "Tamsyn 10"
|
|
|
|
theme.taglist_font = "Icons 10"
|
|
|
|
theme.fg_normal = "#747474"
|
|
|
|
theme.fg_focus = "#DDDCFF"
|
|
|
|
theme.bg_normal = "#121212"
|
2013-07-23 00:59:23 +02:00
|
|
|
theme.bg_focus = "#121212"
|
2013-07-06 17:54:28 +02:00
|
|
|
theme.fg_urgent = "#CC9393"
|
|
|
|
theme.bg_urgent = "#2A1F1E"
|
2013-07-23 00:59:23 +02:00
|
|
|
theme.border_width = "0"
|
|
|
|
theme.border_normal = "#121212"
|
|
|
|
theme.border_focus = "#292929"
|
|
|
|
theme.titlebar_bg_focus = "#292929"
|
2013-07-06 17:54:28 +02:00
|
|
|
|
2013-07-23 00:59:23 +02:00
|
|
|
theme.taglist_fg_focus = "#DDDCFF"
|
2013-07-06 17:54:28 +02:00
|
|
|
theme.taglist_bg_focus = "#121212"
|
|
|
|
theme.menu_height = "16"
|
|
|
|
theme.menu_width = "140"
|
|
|
|
|
|
|
|
theme.menu_submenu_icon = themes_dir .. "/icons/submenu.png"
|
|
|
|
theme.taglist_squares_sel = themes_dir .. "/icons/square_sel.png"
|
|
|
|
theme.taglist_squares_unsel = themes_dir .. "/icons/square_unsel.png"
|
|
|
|
theme.arrl_lr_pre = themes_dir .. "/icons/arrl_lr_pre.png"
|
|
|
|
theme.arrl_lr_post = themes_dir .. "/icons/arrl_lr_post.png"
|
|
|
|
|
|
|
|
theme.layout_tile = themes_dir .. "/icons/tile.png"
|
2013-07-29 12:28:14 +02:00
|
|
|
theme.layout_tilegaps = themes_dir .. "/icons/tilegaps.png"
|
2013-07-06 17:54:28 +02:00
|
|
|
theme.layout_tileleft = themes_dir .. "/icons/tileleft.png"
|
|
|
|
theme.layout_tilebottom = themes_dir .. "/icons/tilebottom.png"
|
|
|
|
theme.layout_tiletop = themes_dir .. "/icons/tiletop.png"
|
|
|
|
theme.layout_fairv = themes_dir .. "/icons/fairv.png"
|
|
|
|
theme.layout_fairh = themes_dir .. "/icons/fairh.png"
|
|
|
|
theme.layout_spiral = themes_dir .. "/icons/spiral.png"
|
|
|
|
theme.layout_dwindle = themes_dir .. "/icons/dwindle.png"
|
|
|
|
theme.layout_max = themes_dir .. "/icons/max.png"
|
|
|
|
theme.layout_fullscreen = themes_dir .. "/icons/fullscreen.png"
|
|
|
|
theme.layout_magnifier = themes_dir .. "/icons/magnifier.png"
|
|
|
|
theme.layout_floating = themes_dir .. "/icons/floating.png"
|
|
|
|
|
|
|
|
theme.tasklist_floating = ""
|
|
|
|
theme.tasklist_maximized_horizontal = ""
|
|
|
|
theme.tasklist_maximized_vertical = ""
|
|
|
|
|
|
|
|
theme.widget_mail_notify = themes_dir .. "/icons/mail_notify.png"
|
|
|
|
theme.widget_no_net_notify = themes_dir .. "/icons/no_net_notify.png"
|
|
|
|
|
|
|
|
return theme
|