2014-01-09 14:33:33 +01:00
|
|
|
|
2013-09-13 21:20:22 +02:00
|
|
|
--[[
|
|
|
|
|
2014-01-09 14:33:33 +01:00
|
|
|
Steamburn Awesome WM config 3.0
|
2013-09-13 21:20:22 +02:00
|
|
|
github.com/copycat-killer
|
|
|
|
|
|
|
|
--]]
|
|
|
|
|
|
|
|
theme = {}
|
|
|
|
|
|
|
|
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn"
|
|
|
|
theme.wallpaper = themes_dir .. "/wall.png"
|
|
|
|
|
2013-09-27 14:35:47 +02:00
|
|
|
theme.font = "Tamsyn 10.5"
|
2014-01-09 14:33:33 +01:00
|
|
|
theme.fg_normal = "#e2ccb0"
|
|
|
|
theme.fg_focus = "#d88166"
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.fg_urgent = "#CC9393"
|
|
|
|
theme.bg_normal = "#140c0b"
|
|
|
|
theme.bg_focus = "#140c0b"
|
|
|
|
theme.bg_urgent = "#2a1f1e"
|
2014-01-09 14:33:33 +01:00
|
|
|
theme.border_width = 1
|
|
|
|
theme.border_normal = "#302627"
|
|
|
|
theme.border_focus = "#c2745b"
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.border_marked = "#CC9393"
|
2014-01-09 14:33:33 +01:00
|
|
|
theme.taglist_fg_focus = "#d88166"
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.tasklist_bg_focus = "#140c0b"
|
2014-01-09 14:33:33 +01:00
|
|
|
theme.tasklist_fg_focus = "#d88166"
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.menu_height = "16"
|
|
|
|
theme.menu_width = "140"
|
|
|
|
|
|
|
|
theme.layout_txt_tile = "[t]"
|
|
|
|
theme.layout_txt_tileleft = "[l]"
|
|
|
|
theme.layout_txt_tilebottom = "[b]"
|
|
|
|
theme.layout_txt_tiletop = "[tt]"
|
|
|
|
theme.layout_txt_fairv = "[fv]"
|
|
|
|
theme.layout_txt_fairh = "[fh]"
|
|
|
|
theme.layout_txt_spiral = "[s]"
|
|
|
|
theme.layout_txt_dwindle = "[d]"
|
|
|
|
theme.layout_txt_max = "[m]"
|
|
|
|
theme.layout_txt_fullscreen = "[F]"
|
|
|
|
theme.layout_txt_magnifier = "[M]"
|
|
|
|
theme.layout_txt_floating = "[|]"
|
|
|
|
|
2017-01-05 14:05:15 +01:00
|
|
|
theme.menu_submenu_icon = themes_dir .. "/icons/submenu.png"
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.taglist_squares_sel = themes_dir .. "/icons/square_sel.png"
|
|
|
|
theme.taglist_squares_unsel = themes_dir .. "/icons/square_unsel.png"
|
|
|
|
|
2017-01-09 20:25:21 +01:00
|
|
|
theme.tasklist_plain_task_name = true
|
2013-09-13 21:20:22 +02:00
|
|
|
theme.tasklist_disable_icon = true
|
2013-03-27 22:48:14 +01:00
|
|
|
|
2014-01-09 14:33:33 +01:00
|
|
|
-- lain related
|
|
|
|
theme.layout_txt_termfair = "[termfair]"
|
|
|
|
theme.layout_txt_uselessfair = "[ufv]"
|
|
|
|
theme.layout_txt_uselessfairh = "[ufh]"
|
|
|
|
theme.layout_txt_uselessdwindle = "[ud]"
|
|
|
|
theme.layout_txt_uselesstile = "[ut]"
|
|
|
|
|
2013-03-27 13:49:37 +01:00
|
|
|
return theme
|