Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
marvel
GitHub Repository: marvel/qnf
Path: blob/master/awesome/zenburn.lua
987 views
1
-------------------------------
2
-- "Zenburn" awesome theme --
3
-- By Adrian C. (anrxc) --
4
-- License: GNU GPL v2 --
5
-------------------------------
6
7
8
-- {{{ Main
9
theme = {}
10
theme.confdir = awful.util.getdir("config")
11
theme.wallpaper_cmd = { "/usr/bin/nitrogen --restore" }
12
--theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/zenburn/zenburn-background.png" }
13
-- }}}
14
15
16
-- {{{ Styles
17
theme.font = "Profont 8"
18
19
-- {{{ Colors
20
theme.fg_normal = "#DCDCCC"
21
theme.fg_focus = "#F0DFAF"
22
theme.fg_urgent = "#CC9393"
23
theme.bg_normal = "#3F3F3F"
24
theme.bg_focus = "#1E2320"
25
theme.bg_urgent = theme.bg_normal
26
-- }}}
27
28
-- {{{ Borders
29
theme.border_width = 1
30
theme.border_focus = "#6F6F6F"
31
theme.border_normal = theme.bg_normal
32
theme.border_marked = theme.fg_urgent
33
-- }}}
34
35
-- {{{ Titlebars
36
theme.titlebar_bg_focus = theme.bg_normal
37
theme.titlebar_bg_normal = theme.bg_normal
38
-- theme.titlebar_[normal|focus]
39
-- }}}
40
41
-- {{{ Widgets
42
theme.fg_widget = "#AECF96"
43
theme.fg_center_widget = "#88A175"
44
theme.fg_end_widget = "#FF5656"
45
theme.fg_off_widget = "#494B4F"
46
theme.fg_netup_widget = "#7F9F7F"
47
theme.fg_netdn_widget = theme.fg_urgent
48
theme.bg_widget = theme.bg_normal
49
theme.border_widget = theme.bg_normal
50
-- }}}
51
52
-- {{{ Mouse finder
53
theme.mouse_finder_color = theme.fg_urgent
54
-- theme.mouse_finder_[timeout|animate_timeout|radius|factor]
55
-- }}}
56
57
-- {{{ Tooltips
58
-- theme.tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
59
-- }}}
60
61
-- {{{ Taglist and Tasklist
62
-- theme.[taglist|tasklist]_[bg|fg]_[focus|urgent]
63
-- }}}
64
65
-- {{{ Menu
66
-- theme.menu_[bg|fg]_[normal|focus]
67
-- theme.menu_[height|width|border_color|border_width]
68
-- }}}
69
-- }}}
70
71
72
-- {{{ Icons
73
--
74
-- {{{ Taglist icons
75
theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/squarefz.png"
76
theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/squareza.png"
77
--theme.taglist_squares_resize = "false"
78
-- }}}
79
80
-- {{{ Misc icons
81
--theme.awesome_icon = theme.confdir .. "/icons/awesome.png"
82
--theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
83
--theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
84
-- }}}
85
86
-- {{{ Layout icons
87
theme.layout_tile = theme.confdir .. "/icons/layouts/tile.png"
88
theme.layout_tileleft = theme.confdir .. "/icons/layouts/tileleft.png"
89
theme.layout_tilebottom = theme.confdir .. "/icons/layouts/tilebottom.png"
90
theme.layout_tiletop = theme.confdir .. "/icons/layouts/tiletop.png"
91
theme.layout_fairv = theme.confdir .. "/icons/layouts/fairv.png"
92
theme.layout_fairh = theme.confdir .. "/icons/layouts/fairh.png"
93
theme.layout_spiral = theme.confdir .. "/icons/layouts/spiral.png"
94
theme.layout_dwindle = theme.confdir .. "/icons/layouts/dwindle.png"
95
theme.layout_max = theme.confdir .. "/icons/layouts/max.png"
96
theme.layout_fullscreen = theme.confdir .. "/icons/layouts/fullscreen.png"
97
theme.layout_magnifier = theme.confdir .. "/icons/layouts/magnifier.png"
98
theme.layout_floating = theme.confdir .. "/icons/layouts/floating.png"
99
-- }}}
100
101
-- {{{ Widget icons
102
theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
103
theme.widget_bat = theme.confdir .. "/icons/bat.png"
104
theme.widget_mem = theme.confdir .. "/icons/mem.png"
105
theme.widget_fs = theme.confdir .. "/icons/disk.png"
106
theme.widget_net = theme.confdir .. "/icons/down.png"
107
theme.widget_netup = theme.confdir .. "/icons/up.png"
108
theme.widget_wifi = theme.confdir .. "/icons/wifi.png"
109
theme.widget_mail = theme.confdir .. "/icons/mail.png"
110
theme.widget_vol = theme.confdir .. "/icons/vol.png"
111
theme.widget_org = theme.confdir .. "/icons/cal.png"
112
theme.widget_date = theme.confdir .. "/icons/time.png"
113
theme.widget_crypto = theme.confdir .. "/icons/crypto.png"
114
theme.widget_sep = theme.confdir .. "/icons/separator.png"
115
-- }}}
116
117
-- {{{ Titlebar icons
118
theme.titlebar_close_button_focus = theme.confdir .. "/icons/titlebar/close_focus.png"
119
theme.titlebar_close_button_normal = theme.confdir .. "/icons/titlebar/close_normal.png"
120
121
theme.titlebar_ontop_button_focus_active = theme.confdir .. "/icons/titlebar/ontop_focus_active.png"
122
theme.titlebar_ontop_button_normal_active = theme.confdir .. "/icons/titlebar/ontop_normal_active.png"
123
theme.titlebar_ontop_button_focus_inactive = theme.confdir .. "/icons/titlebar/ontop_focus_inactive.png"
124
theme.titlebar_ontop_button_normal_inactive = theme.confdir .. "/icons/titlebar/ontop_normal_inactive.png"
125
126
theme.titlebar_sticky_button_focus_active = theme.confdir .. "/icons/titlebar/sticky_focus_active.png"
127
theme.titlebar_sticky_button_normal_active = theme.confdir .. "/icons/titlebar/sticky_normal_active.png"
128
theme.titlebar_sticky_button_focus_inactive = theme.confdir .. "/icons/titlebar/sticky_focus_inactive.png"
129
theme.titlebar_sticky_button_normal_inactive = theme.confdir .. "/icons/titlebar/sticky_normal_inactive.png"
130
131
theme.titlebar_floating_button_focus_active = theme.confdir .. "/icons/titlebar/floating_focus_active.png"
132
theme.titlebar_floating_button_normal_active = theme.confdir .. "/icons/titlebar/floating_normal_active.png"
133
theme.titlebar_floating_button_focus_inactive = theme.confdir .. "/icons/titlebar/floating_focus_inactive.png"
134
theme.titlebar_floating_button_normal_inactive = theme.confdir .. "/icons/titlebar/floating_normal_inactive.png"
135
136
theme.titlebar_maximized_button_focus_active = theme.confdir .. "/icons/titlebar/maximized_focus_active.png"
137
theme.titlebar_maximized_button_normal_active = theme.confdir .. "/icons/titlebar/maximized_normal_active.png"
138
theme.titlebar_maximized_button_focus_inactive = theme.confdir .. "/icons/titlebar/maximized_focus_inactive.png"
139
theme.titlebar_maximized_button_normal_inactive = theme.confdir .. "/icons/titlebar/maximized_normal_inactive.png"
140
-- }}}
141
-- }}}
142
143
144
return theme
145
146