Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -----------------------------
- -- DWV's AWESOME THEME 3.5 --
- -----------------------------
- theme = {}
- -- theme.font = "sans 8"
- -- Terminus 9
- --theme.font = "Tamsyn 8"
- theme.font = "lemon 7"
- theme.font_alt = "-*-lemon-*-*-*-*-*-*-*-*-*-*-*-*"
- theme.bg_normal = "#0F1019FF" -- #101119FF
- theme.bg_focus = "#181C29" -- #191C27
- theme.bg_urgent = theme.bg_normal
- theme.bg_minimize = theme.bg_normal
- theme.bg_systray = theme.bg_normal
- theme.fg_normal = "#626E8A"
- theme.fg_focus = "#9D9EA8"
- theme.fg_urgent = "#D3D5E0"
- theme.fg_minimize = "#3E4147"
- theme.border_width = 2
- --theme.border_normal = "#8E3736"
- theme.border_normal = "#434449" --#181C1B
- theme.border_focus = "#626E8A" --#353A38
- theme.border_marked = "#626E8A" --#303533
- theme.useless_gap_width = 10
- --theme.taglist_bg_focus = "#37103D"
- --theme.taglist_fg_focus = "#EF1AEF"
- --theme.textbox_widget_margin_top = 1
- --theme.awful_widget_height = 14
- --theme.awful_widget_margin_top = 10
- --theme.awful_widget_margin_bottom = 10
- --theme.awful_widget_margin_left = 10
- --theme.awful_widget_margin_right = 10
- -- There are other variable sets
- -- overriding the default one when
- -- defined, the sets are:
- -- [taglist|tasklist]_[bg|fg]_[focus|urgent]
- theme.taglist_bg_focus = "#181C29" --#1F2322
- -- titlebar_[bg|fg]_[normal|focus]
- -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
- -- mouse_finder_[color|timeout|animate_timeout|radius|factor]
- -- Example:
- --theme.taglist_bg_focus = "#ff0000"
- -- Display the taglist squares
- --theme.taglist_squares_sel = "~/.config/awesome/theme/taglist/squarefw-g.png"
- --theme.taglist_squares_unsel = "~/.config/awesome/theme/taglist/squarew-g.png"
- --theme.taglist_squares_sel = "~/.config/awesome/theme/taglist/squareln-fg.png"
- --theme.taglist_squares_unsel = "~/.config/awesome/theme/taglist/squareln-g.png"
- theme.tasklist_disable_icon = true
- -- Variables set for theming the menu:
- -- menu_[bg|fg]_[normal|focus]
- -- menu_[border_color|border_width]
- --theme.menu_bg_normal = "#232625"
- --theme.menu_bg_focus = "#3A3D3C"
- theme.menu_bg_normal = "#1F2430" --11121A
- theme.menu_bg_focus = "#3B4657" --202231
- theme.menu_fg_normal = "#9D9EA8"
- theme.menu_fg_focus = "#D3D5E0"
- theme.menu_border_color = "#626E8A"
- theme.menu_submenu_icon = "~/.config/awesome/theme/submenu3.png"
- theme.menu_height = 15
- theme.menu_width = 100
- -- You can add as many variables as
- -- you wish and access them by using
- -- beautiful.variable in your rc.lua
- --theme.bg_widget = "#cc0000"
- -- Define the image to load
- theme.titlebar_close_button_normal = "~/.config/awesome/theme/titlebar/close_normal.png"
- theme.titlebar_close_button_focus = "~/.config/awesome/theme/titlebar/close_focus.png"
- theme.titlebar_ontop_button_normal_inactive = "~/.config/awesome/theme/titlebar/ontop_normal_inactive.png"
- theme.titlebar_ontop_button_focus_inactive = "~/.config/awesome/theme/titlebar/ontop_focus_inactive.png"
- theme.titlebar_ontop_button_normal_active = "~/.config/awesome/theme/titlebar/ontop_normal_active.png"
- theme.titlebar_ontop_button_focus_active = "~/.config/awesome/theme/titlebar/ontop_focus_active.png"
- theme.titlebar_sticky_button_normal_inactive = "~/.config/awesome/theme/titlebar/sticky_normal_inactive.png"
- theme.titlebar_sticky_button_focus_inactive = "~/.config/awesome/theme/titlebar/sticky_focus_inactive.png"
- theme.titlebar_sticky_button_normal_active = "~/.config/awesome/theme/titlebar/sticky_normal_active.png"
- theme.titlebar_sticky_button_focus_active = "~/.config/awesome/theme/titlebar/sticky_focus_active.png"
- theme.titlebar_floating_button_normal_inactive = "~/.config/awesome/theme/titlebar/floating_normal_inactive.png"
- theme.titlebar_floating_button_focus_inactive = "~/.config/awesome/theme/titlebar/floating_focus_inactive.png"
- theme.titlebar_floating_button_normal_active = "~/.config/awesome/theme/titlebar/floating_normal_active.png"
- theme.titlebar_floating_button_focus_active = "~/.config/awesome/theme/titlebar/floating_focus_active.png"
- theme.titlebar_maximized_button_normal_inactive = "~/.config/awesome/theme/titlebar/maximized_normal_inactive.png"
- theme.titlebar_maximized_button_focus_inactive = "~/.config/awesome/theme/titlebar/maximized_focus_inactive.png"
- theme.titlebar_maximized_button_normal_active = "~/.config/awesome/theme/titlebar/maximized_normal_active.png"
- theme.titlebar_maximized_button_focus_active = "~/.config/awesome/theme/titlebar/maximized_focus_active.png"
- --theme.wallpaper = config_dir .. "/theme/wallpaper-1624678.jpg"
- -- You can use your own layout icons like this:
- theme.layout_fairh = "~/.config/awesome/theme/layouts/fairhw.png"
- theme.layout_fairv = "~/.config/awesome/theme/layouts/fairvw.png"
- theme.layout_floating = "~/.config/awesome/theme/layouts/floatingw.png"
- theme.layout_magnifier = "~/.config/awesome/theme/layouts/magnifierw.png"
- theme.layout_max = "~/.config/awesome/theme/layouts/maxw.png"
- theme.layout_fullscreen = "~/.config/awesome/theme/layouts/fullscreenw.png"
- theme.layout_tilebottom = "~/.config/awesome/theme/layouts/tilebottomw.png"
- theme.layout_tileleft = "~/.config/awesome/theme/layouts/tileleftw.png"
- theme.layout_tile = "~/.config/awesome/theme/layouts/tilew.png"
- theme.layout_tiletop = "~/.config/awesome/theme/layouts/tiletopw.png"
- theme.layout_spiral = "~/.config/awesome/theme/layouts/spiralw.png"
- theme.layout_dwindle = "~/.config/awesome/theme/layouts/dwindlew.png"
- theme.awesome_icon = "~/.config/awesome/theme/awesome14.png"
- -- Define the icon theme for application icons. If not set then the icons
- -- from ~/.config/icons and ~/.config/icons/hicolor will be used.
- theme.icon_theme = nil
- return theme
- -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
Advertisement
Add Comment
Please, Sign In to add comment