Commit 5f865a17be416c486a91bf48d1f78de3c047d5e7

Authored by Ian Foster
1 parent 47e8199a8a
Exists in master

new matching icon

Showing 2 changed files with 1 additions and 1 deletions Inline Diff

awesome/awesome/darkburn/submenu.png View file @ 5f865a1

455 Bytes

awesome/awesome/darkburn/theme.lua View file @ 5f865a1
-------------------------------- 1 1 --------------------------------
-- "Darkburn" awesome theme -- 2 2 -- "Darkburn" awesome theme --
-- By LANRAT -- 3 3 -- By LANRAT --
-------------------------------- 4 4 --------------------------------
5 5
-- {{{ Main 6 6 -- {{{ Main
theme = {} 7 7 theme = {}
theme.confdir = awful.util.getdir("config") 8 8 theme.confdir = awful.util.getdir("config")
theme.themedir = theme.confdir .. "/darkburn/" 9 9 theme.themedir = theme.confdir .. "/darkburn/"
--TODO better wallpaper handling 10 10 --TODO better wallpaper handling
theme.wallpaper_cmd = { "awsetbg -a .wallpaper.jpg" } 11 11 theme.wallpaper_cmd = { "awsetbg -a .wallpaper.jpg" }
-- }}} 12 12 -- }}}
13 13
-- {{{ Styles 14 14 -- {{{ Styles
theme.font = "sans 8" 15 15 theme.font = "sans 8"
16 16
-- {{{ Colors 17 17 -- {{{ Colors
theme.fg_normal = "#DCDCCC" 18 18 theme.fg_normal = "#DCDCCC"
theme.fg_focus = "#F0DFAF" 19 19 theme.fg_focus = "#F0DFAF"
theme.fg_urgent = "#CC9393" 20 20 theme.fg_urgent = "#CC9393"
theme.bg_normal = "#000000" 21 21 theme.bg_normal = "#000000"
theme.bg_focus = "#111111" 22 22 theme.bg_focus = "#111111"
theme.bg_urgent = "#3F3F3F" 23 23 theme.bg_urgent = "#3F3F3F"
-- }}} 24 24 -- }}}
25 25
-- {{{ Borders 26 26 -- {{{ Borders
--theme.border_width = "1" 27 27 --theme.border_width = "1"
theme.border_width = "0" 28 28 theme.border_width = "0"
theme.border_normal = "#3F3F3F" 29 29 theme.border_normal = "#3F3F3F"
theme.border_focus = "#6F6F6F" 30 30 theme.border_focus = "#6F6F6F"
theme.border_marked = "#CC9393" 31 31 theme.border_marked = "#CC9393"
-- }}} 32 32 -- }}}
33 33
-- {{{ Titlebars 34 34 -- {{{ Titlebars
theme.titlebar_bg_focus = "#3F3F3F" 35 35 theme.titlebar_bg_focus = "#3F3F3F"
theme.titlebar_bg_normal = "#3F3F3F" 36 36 theme.titlebar_bg_normal = "#3F3F3F"
-- }}} 37 37 -- }}}
38 38
-- There are other variable sets 39 39 -- There are other variable sets
-- overriding the default one when 40 40 -- overriding the default one when
-- defined, the sets are: 41 41 -- defined, the sets are:
-- [taglist|tasklist]_[bg|fg]_[focus|urgent] 42 42 -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
-- titlebar_[normal|focus] 43 43 -- titlebar_[normal|focus]
-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] 44 44 -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
-- Example: 45 45 -- Example:
--theme.taglist_bg_focus = "#CC9393" 46 46 --theme.taglist_bg_focus = "#CC9393"
-- }}} 47 47 -- }}}
48 48
49 49
--TODO use these variables 50 50 --TODO use these variables
-- {{{ Widgets 51 51 -- {{{ Widgets
-- You can add as many variables as 52 52 -- You can add as many variables as
-- you wish and access them by using 53 53 -- you wish and access them by using
-- beautiful.variable in your rc.lua 54 54 -- beautiful.variable in your rc.lua
--theme.fg_widget = "#AECF96" 55 55 --theme.fg_widget = "#AECF96"
--theme.fg_center_widget = "#88A175" 56 56 --theme.fg_center_widget = "#88A175"
--theme.fg_end_widget = "#FF5656" 57 57 --theme.fg_end_widget = "#FF5656"
--theme.bg_widget = "#494B4F" 58 58 --theme.bg_widget = "#494B4F"
--theme.border_widget = "#3F3F3F" 59 59 --theme.border_widget = "#3F3F3F"
-- }}} 60 60 -- }}}
61 61
-- {{{ Mouse finder 62 62 -- {{{ Mouse finder
theme.mouse_finder_color = "#CC9393" 63 63 theme.mouse_finder_color = "#CC9393"
-- mouse_finder_[timeout|animate_timeout|radius|factor] 64 64 -- mouse_finder_[timeout|animate_timeout|radius|factor]
-- }}} 65 65 -- }}}
66 66
-- {{{ Menu 67 67 -- {{{ Menu
-- Variables set for theming the menu: 68 68 -- Variables set for theming the menu:
-- menu_[bg|fg]_[normal|focus] 69 69 -- menu_[bg|fg]_[normal|focus]
-- menu_[border_color|border_width] 70 70 -- menu_[border_color|border_width]
theme.menu_height = "16" 71 71 theme.menu_height = "16"
theme.menu_width = "100" 72 72 theme.menu_width = "100"
-- }}} 73 73 -- }}}
74 74
-- {{{ Icons 75 75 -- {{{ Icons
-- {{{ Taglist 76 76 -- {{{ Taglist
theme.taglist_squares_sel = theme.themedir .. "taglist/filled_corner.png" 77 77 theme.taglist_squares_sel = theme.themedir .. "taglist/filled_corner.png"
theme.taglist_squares_unsel = theme.themedir .. "taglist/corner.png" 78 78 theme.taglist_squares_unsel = theme.themedir .. "taglist/corner.png"
--theme.taglist_squares_resize = "false" 79 79 --theme.taglist_squares_resize = "false"
-- }}} 80 80 -- }}}
81 81
-- {{{ Misc 82 82 -- {{{ Misc
theme.awesome_icon = theme.themedir .. "awesome-icon.png" 83 83 theme.awesome_icon = theme.themedir .. "awesome-icon.png"
theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" 84 84 theme.menu_submenu_icon = theme.themedir .. "submenu.png"
theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" 85 85 theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
-- }}} 86 86 -- }}}
87 87
-- {{{ Layout 88 88 -- {{{ Layout
theme.layout_tile = theme.themedir .. "layouts/tile.png" 89 89 theme.layout_tile = theme.themedir .. "layouts/tile.png"
theme.layout_tileleft = theme.themedir .. "layouts/tileleft.png" 90 90 theme.layout_tileleft = theme.themedir .. "layouts/tileleft.png"
theme.layout_tilebottom = theme.themedir .. "layouts/tilebottom.png" 91 91 theme.layout_tilebottom = theme.themedir .. "layouts/tilebottom.png"
theme.layout_tiletop = theme.themedir .. "layouts/tiletop.png" 92 92 theme.layout_tiletop = theme.themedir .. "layouts/tiletop.png"
theme.layout_fairv = theme.themedir .. "layouts/fairv.png" 93 93 theme.layout_fairv = theme.themedir .. "layouts/fairv.png"
theme.layout_fairh = theme.themedir .. "layouts/fairh.png" 94 94 theme.layout_fairh = theme.themedir .. "layouts/fairh.png"
theme.layout_spiral = theme.themedir .. "layouts/spiral.png" 95 95 theme.layout_spiral = theme.themedir .. "layouts/spiral.png"
theme.layout_dwindle = theme.themedir .. "layouts/dwindle.png" 96 96 theme.layout_dwindle = theme.themedir .. "layouts/dwindle.png"
theme.layout_max = theme.themedir .. "layouts/max.png" 97 97 theme.layout_max = theme.themedir .. "layouts/max.png"
theme.layout_fullscreen = theme.themedir .. "layouts/fullscreen.png" 98 98 theme.layout_fullscreen = theme.themedir .. "layouts/fullscreen.png"
theme.layout_magnifier = theme.themedir .. "layouts/magnifier.png" 99 99 theme.layout_magnifier = theme.themedir .. "layouts/magnifier.png"
theme.layout_floating = theme.themedir .. "layouts/floating.png" 100 100 theme.layout_floating = theme.themedir .. "layouts/floating.png"
-- }}} 101 101 -- }}}
102 102
-- {{{ Titlebar 103 103 -- {{{ Titlebar
theme.titlebar_close_button_focus = theme.themedir .. "titlebar/close_focus.png" 104 104 theme.titlebar_close_button_focus = theme.themedir .. "titlebar/close_focus.png"
theme.titlebar_close_button_normal = theme.themedir .. "titlebar/close_normal.png" 105 105 theme.titlebar_close_button_normal = theme.themedir .. "titlebar/close_normal.png"
106 106
theme.titlebar_ontop_button_focus_active = theme.themedir .. "titlebar/ontop_focus_active.png" 107 107 theme.titlebar_ontop_button_focus_active = theme.themedir .. "titlebar/ontop_focus_active.png"
theme.titlebar_ontop_button_normal_active = theme.themedir .. "titlebar/ontop_normal_active.png" 108 108 theme.titlebar_ontop_button_normal_active = theme.themedir .. "titlebar/ontop_normal_active.png"
theme.titlebar_ontop_button_focus_inactive = theme.themedir .. "titlebar/ontop_focus_inactive.png" 109 109 theme.titlebar_ontop_button_focus_inactive = theme.themedir .. "titlebar/ontop_focus_inactive.png"
theme.titlebar_ontop_button_normal_inactive = theme.themedir .. "titlebar/ontop_normal_inactive.png" 110 110 theme.titlebar_ontop_button_normal_inactive = theme.themedir .. "titlebar/ontop_normal_inactive.png"
111 111