blackburn mod added
This commit is contained in:
parent
493272f8e0
commit
c9d9d0af29
|
@ -0,0 +1,63 @@
|
|||
--[[ ]]--
|
||||
---- -
|
||||
---- Blackburn Awesome WM 3.5.+ theme --
|
||||
-- - just a dark Steamburn - -
|
||||
---- github.com/copycat-killer --
|
||||
---- -
|
||||
----[[ ]]--
|
||||
|
||||
|
||||
theme = {}
|
||||
|
||||
themes_dir = os.getenv("HOME") .. "/.config/awesome/themes/steamburn"
|
||||
theme.wallpaper = themes_dir .. "/wall.png"
|
||||
|
||||
theme.font = "Tamsyn 10"
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#d79d38"
|
||||
theme.fg_urgent = "#CC9393"
|
||||
theme.bg_normal = "#000000"
|
||||
theme.bg_focus = "#000000"
|
||||
theme.bg_urgent = "#2a1f1e"
|
||||
theme.border_width = "1"
|
||||
theme.border_normal = "#101010"
|
||||
theme.border_focus = "#606060"
|
||||
theme.border_marked = "#CC9393"
|
||||
theme.titlebar_bg_focus = "#FFFFFF"
|
||||
theme.titlebar_bg_normal = "#FFFFFF"
|
||||
theme.taglist_fg_focus = "#f6784f"
|
||||
theme.tasklist_bg_focus = "#000000"
|
||||
theme.tasklist_fg_focus = "#f6784f"
|
||||
theme.textbox_widget_margin_top = 1
|
||||
theme.notify_fg = theme.fg_normal
|
||||
theme.notify_bg = theme.bg_normal
|
||||
theme.notify_border = theme.border_focus
|
||||
theme.awful_widget_height = 14
|
||||
theme.awful_widget_margin_top = 2
|
||||
theme.mouse_finder_color = "#CC9393"
|
||||
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.layout_tile = themes_dir .. "/icons/tile.png"
|
||||
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"
|
||||
|
||||
return theme
|
Loading…
Reference in New Issue