zenburn theme: Initial import and integration
Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org> Signed-off-by: Julien Danjou <julien@danjou.info>
|
@ -149,6 +149,7 @@ add_custom_target(generated_sources
|
|||
# Default theme directory
|
||||
file(MAKE_DIRECTORY ${BUILD_DIR}/themes/default)
|
||||
file(MAKE_DIRECTORY ${BUILD_DIR}/themes/sky)
|
||||
file(MAKE_DIRECTORY ${BUILD_DIR}/themes/zenburn)
|
||||
add_dependencies(${PROJECT_AWE_NAME} generated_sources)
|
||||
# }}}
|
||||
|
||||
|
|
After Width: | Height: | Size: 177 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 189 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 171 B |
|
@ -0,0 +1,120 @@
|
|||
-------------------------------
|
||||
-- "Zenburn" awesome theme --
|
||||
-- By Adrian C. (anrxc) --
|
||||
-------------------------------
|
||||
|
||||
-- Alternative icon sets and widget icons:
|
||||
-- * http://awesome.naquadah.org/wiki/Nice_Icons
|
||||
|
||||
-- {{{ Main
|
||||
theme = {}
|
||||
theme.wallpaper_cmd = { "awsetbg @AWESOME_THEMES_PATH@/zenburn/zenburn-background.png" }
|
||||
-- }}}
|
||||
|
||||
-- {{{ Styles
|
||||
theme.font = "sans 8"
|
||||
|
||||
-- {{{ Colors
|
||||
theme.fg_normal = "#DCDCCC"
|
||||
theme.fg_focus = "#F0DFAF"
|
||||
theme.fg_urgent = "#CC9393"
|
||||
theme.bg_normal = "#3F3F3F"
|
||||
theme.bg_focus = "#1E2320"
|
||||
theme.bg_urgent = "#3F3F3F"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Borders
|
||||
theme.border_width = "1"
|
||||
theme.border_normal = "#3F3F3F"
|
||||
theme.border_focus = "#1E2320"
|
||||
theme.border_marked = "#CC9393"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Titlebars
|
||||
theme.titlebar_bg_focus = "#3F3F3F"
|
||||
theme.titlebar_bg_normal = "#3F3F3F"
|
||||
-- }}}
|
||||
|
||||
-- There are other variable sets
|
||||
-- overriding the default one when
|
||||
-- defined, the sets are:
|
||||
-- [taglist|tasklist]_[bg|fg]_[focus|urgent]
|
||||
-- titlebar_[normal|focus]
|
||||
-- Example:
|
||||
--theme.taglist_bg_focus = "#CC9393"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Widgets
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
-- beautiful.variable in your rc.lua
|
||||
--theme.fg_widget = "#AECF96"
|
||||
--theme.fg_center_widget = "#88A175"
|
||||
--theme.fg_end_widget = "#FF5656"
|
||||
--theme.bg_widget = "#494B4F"
|
||||
--theme.border_widget = "#3F3F3F"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Menu
|
||||
-- Variables set for theming the menu:
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
theme.menu_height = "15"
|
||||
theme.menu_width = "100"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Icons
|
||||
-- {{{ Taglist
|
||||
theme.taglist_squares = "true"
|
||||
theme.taglist_squares_sel = "@AWESOME_THEMES_PATH@/zenburn/taglist/squarefz.png"
|
||||
theme.taglist_squares_unsel = "@AWESOME_THEMES_PATH@/zenburn/taglist/squarez.png"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Misc
|
||||
theme.awesome_icon = "@AWESOME_THEMES_PATH@/zenburn/awesome-icon.png"
|
||||
theme.menu_submenu_icon = "@AWESOME_THEMES_PATH@/default/submenu.png"
|
||||
theme.tasklist_floating_icon = "@AWESOME_THEMES_PATH@/default/tasklist/floatingw.png"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Layout
|
||||
theme.layout_tile = "@AWESOME_THEMES_PATH@/zenburn/layouts/tile.png"
|
||||
theme.layout_tileleft = "@AWESOME_THEMES_PATH@/zenburn/layouts/tileleft.png"
|
||||
theme.layout_tilebottom = "@AWESOME_THEMES_PATH@/zenburn/layouts/tilebottom.png"
|
||||
theme.layout_tiletop = "@AWESOME_THEMES_PATH@/zenburn/layouts/tiletop.png"
|
||||
theme.layout_fairv = "@AWESOME_THEMES_PATH@/zenburn/layouts/fairv.png"
|
||||
theme.layout_fairh = "@AWESOME_THEMES_PATH@/zenburn/layouts/fairh.png"
|
||||
theme.layout_spiral = "@AWESOME_THEMES_PATH@/zenburn/layouts/spiral.png"
|
||||
theme.layout_dwindle = "@AWESOME_THEMES_PATH@/zenburn/layouts/dwindle.png"
|
||||
theme.layout_max = "@AWESOME_THEMES_PATH@/zenburn/layouts/max.png"
|
||||
theme.layout_fullscreen = "@AWESOME_THEMES_PATH@/zenburn/layouts/fullscreen.png"
|
||||
theme.layout_magnifier = "@AWESOME_THEMES_PATH@/zenburn/layouts/magnifier.png"
|
||||
theme.layout_floating = "@AWESOME_THEMES_PATH@/zenburn/layouts/floating.png"
|
||||
-- }}}
|
||||
|
||||
-- {{{ Titlebar
|
||||
theme.titlebar_close_button_focus = "@AWESOME_THEMES_PATH@/zenburn/titlebar/close_focus.png"
|
||||
theme.titlebar_close_button_normal = "@AWESOME_THEMES_PATH@/zenburn/titlebar/close_normal.png"
|
||||
|
||||
theme.titlebar_ontop_button_focus_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/ontop_focus_active.png"
|
||||
theme.titlebar_ontop_button_normal_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/ontop_normal_active.png"
|
||||
theme.titlebar_ontop_button_focus_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/ontop_focus_inactive.png"
|
||||
theme.titlebar_ontop_button_normal_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/ontop_normal_inactive.png"
|
||||
|
||||
theme.titlebar_sticky_button_focus_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/sticky_focus_active.png"
|
||||
theme.titlebar_sticky_button_normal_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/sticky_normal_active.png"
|
||||
theme.titlebar_sticky_button_focus_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/sticky_focus_inactive.png"
|
||||
theme.titlebar_sticky_button_normal_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/sticky_normal_inactive.png"
|
||||
|
||||
theme.titlebar_floating_button_focus_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/floating_focus_active.png"
|
||||
theme.titlebar_floating_button_normal_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/floating_normal_active.png"
|
||||
theme.titlebar_floating_button_focus_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/floating_focus_inactive.png"
|
||||
theme.titlebar_floating_button_normal_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/floating_normal_inactive.png"
|
||||
|
||||
theme.titlebar_maximized_button_focus_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/maximized_focus_active.png"
|
||||
theme.titlebar_maximized_button_normal_active = "@AWESOME_THEMES_PATH@/zenburn/titlebar/maximized_normal_active.png"
|
||||
theme.titlebar_maximized_button_focus_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/maximized_focus_inactive.png"
|
||||
theme.titlebar_maximized_button_normal_inactive = "@AWESOME_THEMES_PATH@/zenburn/titlebar/maximized_normal_inactive.png"
|
||||
-- }}}
|
||||
-- }}}
|
||||
|
||||
return theme
|
After Width: | Height: | Size: 209 B |
After Width: | Height: | Size: 207 B |
After Width: | Height: | Size: 200 B |
After Width: | Height: | Size: 186 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 9.3 KiB |