theme = {} theme.font = "sans 8" theme.bg_normal = "#222222" theme.bg_focus = "#565d7c" theme.bg_urgent = "#ff0000" theme.bg_systray = theme.bg_normal theme.fg_normal = "#aaaaaa" theme.fg_focus = "#ffffff" theme.fg_urgent = "#ffffff" theme.bg_minimize = "#000000" theme.fg_minimize = "#555555" theme.border_width = 1 theme.border_normal = "#222222" theme.border_focus = "#009966" theme.tasklist_bg_urgent = "#773333" theme.tasklist_bg_focus = "#363d4c" theme.wallpaper = "/usr/share/wallpapers/Joy/contents/images/1920x1200.svg" ---- Display the taglist squares theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png" theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png" theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png" theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png" theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png" theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png" theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png" theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png" theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png" theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png" --theme.border_marked = "#91231c" theme.border_marked = "#00ff00" ---- Variables set for theming the menu: ---- menu_[bg|fg]_[normal|focus] ---- menu_[border_color|border_width] --theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" --theme.menu_height = 15 --theme.menu_width = 100 ---- Define the image to load theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png" theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png" theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png" theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png" theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png" theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png" theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png" theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png" theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png" theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png" theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png" theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png" theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png" theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png" theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png" theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png" theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png" theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png" theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" theme.icon_theme = nil -- XX -- -- XX --theme.font = "sans 8" -- XX -- -- XX --theme.bg_normal = "#222222" -- XX --theme.bg_focus = "#535d6c" -- XX --theme.bg_urgent = "#ff0000" -- XX --theme.bg_minimize = "#444444" -- XX --theme.bg_systray = theme.bg_normal -- XX -- -- XX --theme.fg_normal = "#aaaaaa" -- XX --theme.fg_focus = "#ffffff" -- XX --theme.fg_urgent = "#ffffff" -- XX --theme.fg_minimize = "#ffffff" -- XX -- -- XX --theme.border_width = 1 -- XX --theme.border_normal = "#000000" -- XX --theme.border_focus = "#535d6c" -- XX --theme.border_marked = "#91231c" -- XX -- -- XX ---- There are other variable sets -- XX ---- overriding the default one when -- XX ---- defined, the sets are: -- XX ---- taglist_[bg|fg]_[focus|urgent|occupied|empty] -- XX ---- tasklist_[bg|fg]_[focus|urgent] -- XX ---- titlebar_[bg|fg]_[normal|focus] -- XX ---- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] -- XX ---- mouse_finder_[color|timeout|animate_timeout|radius|factor] -- XX ---- Example: -- XX ----theme.taglist_bg_focus = "#ff0000" -- XX -- -- XX ---- Display the taglist squares -- XX --theme.taglist_squares_sel = "/usr/share/awesome/themes/default/taglist/squarefw.png" -- XX --theme.taglist_squares_unsel = "/usr/share/awesome/themes/default/taglist/squarew.png" -- XX -- -- XX ---- Variables set for theming the menu: -- XX ---- menu_[bg|fg]_[normal|focus] -- XX ---- menu_[border_color|border_width] -- XX --theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" -- XX --theme.menu_height = 15 -- XX --theme.menu_width = 100 -- XX -- -- XX ---- You can add as many variables as -- XX ---- you wish and access them by using -- XX ---- beautiful.variable in your rc.lua -- XX ----theme.bg_widget = "#cc0000" -- XX -- -- XX ---- Define the image to load -- XX --theme.titlebar_close_button_normal = "/usr/share/awesome/themes/default/titlebar/close_normal.png" -- XX --theme.titlebar_close_button_focus = "/usr/share/awesome/themes/default/titlebar/close_focus.png" -- XX -- -- XX --theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_normal_inactive.png" -- XX --theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/ontop_focus_inactive.png" -- XX --theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/default/titlebar/ontop_normal_active.png" -- XX --theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/default/titlebar/ontop_focus_active.png" -- XX -- -- XX --theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_normal_inactive.png" -- XX --theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/sticky_focus_inactive.png" -- XX --theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/default/titlebar/sticky_normal_active.png" -- XX --theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/default/titlebar/sticky_focus_active.png" -- XX -- -- XX --theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/floating_normal_inactive.png" -- XX --theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/floating_focus_inactive.png" -- XX --theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/default/titlebar/floating_normal_active.png" -- XX --theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/default/titlebar/floating_focus_active.png" -- XX -- -- XX --theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_normal_inactive.png" -- XX --theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/default/titlebar/maximized_focus_inactive.png" -- XX --theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/default/titlebar/maximized_normal_active.png" -- XX --theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/default/titlebar/maximized_focus_active.png" -- XX -- -- XX --theme.wallpaper = "/usr/share/awesome/themes/default/background.png" -- XX -- -- XX ---- You can use your own layout icons like this: -- XX --theme.layout_fairh = "/usr/share/awesome/themes/default/layouts/fairhw.png" -- XX --theme.layout_fairv = "/usr/share/awesome/themes/default/layouts/fairvw.png" -- XX --theme.layout_floating = "/usr/share/awesome/themes/default/layouts/floatingw.png" -- XX --theme.layout_magnifier = "/usr/share/awesome/themes/default/layouts/magnifierw.png" -- XX --theme.layout_max = "/usr/share/awesome/themes/default/layouts/maxw.png" -- XX --theme.layout_fullscreen = "/usr/share/awesome/themes/default/layouts/fullscreenw.png" -- XX --theme.layout_tilebottom = "/usr/share/awesome/themes/default/layouts/tilebottomw.png" -- XX --theme.layout_tileleft = "/usr/share/awesome/themes/default/layouts/tileleftw.png" -- XX --theme.layout_tile = "/usr/share/awesome/themes/default/layouts/tilew.png" -- XX --theme.layout_tiletop = "/usr/share/awesome/themes/default/layouts/tiletopw.png" -- XX --theme.layout_spiral = "/usr/share/awesome/themes/default/layouts/spiralw.png" -- XX --theme.layout_dwindle = "/usr/share/awesome/themes/default/layouts/dwindlew.png" -- XX -- -- XX --theme.awesome_icon = "/usr/share/awesome/icons/awesome16.png" -- XX -- -- XX ---- Define the icon theme for application icons. If not set then the icons -- XX ---- from /usr/share/icons and /usr/share/icons/hicolor will be used. -- XX --theme.icon_theme = nil -- XX -- -- XX --return theme -- XX ---- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80 -- return theme -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80