1 | ------------------------------- |
---|
2 | -- "LliureX" awesome theme -- |
---|
3 | -- By the LliureX Team -- |
---|
4 | -- Based on Zenburn (anrxc) -- |
---|
5 | ------------------------------- |
---|
6 | |
---|
7 | |
---|
8 | -- {{{ Main |
---|
9 | theme = {} |
---|
10 | theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/lliurex/back-awesome.png" } |
---|
11 | -- }}} |
---|
12 | |
---|
13 | -- {{{ Styles |
---|
14 | theme.font = "ubuntu 9" |
---|
15 | |
---|
16 | -- {{{ Colors |
---|
17 | theme.fg_normal = "#DCDCCC" |
---|
18 | theme.fg_focus = "#F0DFAF" |
---|
19 | theme.fg_urgent = "#CC9393" |
---|
20 | theme.bg_normal = "#3F3F3F" |
---|
21 | theme.bg_focus = "#1E2320" |
---|
22 | theme.bg_urgent = "#3F3F3F" |
---|
23 | -- }}} |
---|
24 | |
---|
25 | -- {{{ Borders |
---|
26 | theme.border_width = "2" |
---|
27 | theme.border_normal = "#3F3F3F" |
---|
28 | theme.border_focus = "#6F6F6F" |
---|
29 | theme.border_marked = "#CC9393" |
---|
30 | -- }}} |
---|
31 | |
---|
32 | -- {{{ Titlebars |
---|
33 | theme.titlebar_bg_focus = "#3F3F3F" |
---|
34 | theme.titlebar_bg_normal = "#3F3F3F" |
---|
35 | -- }}} |
---|
36 | |
---|
37 | -- There are other variable sets |
---|
38 | -- overriding the default one when |
---|
39 | -- defined, the sets are: |
---|
40 | -- [taglist|tasklist]_[bg|fg]_[focus|urgent] |
---|
41 | -- titlebar_[normal|focus] |
---|
42 | -- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color] |
---|
43 | -- Example: |
---|
44 | --theme.taglist_bg_focus = "#CC9393" |
---|
45 | -- }}} |
---|
46 | |
---|
47 | -- {{{ Widgets |
---|
48 | -- You can add as many variables as |
---|
49 | -- you wish and access them by using |
---|
50 | -- beautiful.variable in your rc.lua |
---|
51 | --theme.fg_widget = "#AECF96" |
---|
52 | --theme.fg_center_widget = "#88A175" |
---|
53 | --theme.fg_end_widget = "#FF5656" |
---|
54 | --theme.bg_widget = "#494B4F" |
---|
55 | --theme.border_widget = "#3F3F3F" |
---|
56 | -- }}} |
---|
57 | |
---|
58 | -- {{{ Mouse finder |
---|
59 | theme.mouse_finder_color = "#CC9393" |
---|
60 | -- mouse_finder_[timeout|animate_timeout|radius|factor] |
---|
61 | -- }}} |
---|
62 | |
---|
63 | -- {{{ Menu |
---|
64 | -- Variables set for theming the menu: |
---|
65 | -- menu_[bg|fg]_[normal|focus] |
---|
66 | -- menu_[border_color|border_width] |
---|
67 | theme.menu_height = "15" |
---|
68 | theme.menu_width = "150" |
---|
69 | -- }}} |
---|
70 | |
---|
71 | -- {{{ Icons |
---|
72 | -- {{{ Taglist |
---|
73 | theme.taglist_squares_sel = "/usr/share/awesome/themes/lliurex/taglist/squarefz.png" |
---|
74 | theme.taglist_squares_unsel = "/usr/share/awesome/themes/lliurex/taglist/squarez.png" |
---|
75 | --theme.taglist_squares_resize = "false" |
---|
76 | -- }}} |
---|
77 | |
---|
78 | -- {{{ Misc |
---|
79 | theme.awesome_icon = "/usr/share/awesome/themes/lliurex/dist-logo.png" |
---|
80 | theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png" |
---|
81 | theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png" |
---|
82 | -- }}} |
---|
83 | |
---|
84 | -- {{{ Layout |
---|
85 | theme.layout_tile = "/usr/share/awesome/themes/lliurex/layouts/tile.png" |
---|
86 | theme.layout_tileleft = "/usr/share/awesome/themes/lliurex/layouts/tileleft.png" |
---|
87 | theme.layout_tilebottom = "/usr/share/awesome/themes/lliurex/layouts/tilebottom.png" |
---|
88 | theme.layout_tiletop = "/usr/share/awesome/themes/lliurex/layouts/tiletop.png" |
---|
89 | theme.layout_fairv = "/usr/share/awesome/themes/lliurex/layouts/fairv.png" |
---|
90 | theme.layout_fairh = "/usr/share/awesome/themes/lliurex/layouts/fairh.png" |
---|
91 | theme.layout_spiral = "/usr/share/awesome/themes/lliurex/layouts/spiral.png" |
---|
92 | theme.layout_dwindle = "/usr/share/awesome/themes/lliurex/layouts/dwindle.png" |
---|
93 | theme.layout_max = "/usr/share/awesome/themes/lliurex/layouts/max.png" |
---|
94 | theme.layout_fullscreen = "/usr/share/awesome/themes/lliurex/layouts/fullscreen.png" |
---|
95 | theme.layout_magnifier = "/usr/share/awesome/themes/lliurex/layouts/magnifier.png" |
---|
96 | theme.layout_floating = "/usr/share/awesome/themes/lliurex/layouts/floating.png" |
---|
97 | -- }}} |
---|
98 | |
---|
99 | -- {{{ Titlebar |
---|
100 | theme.titlebar_close_button_focus = "/usr/share/awesome/themes/lliurex/titlebar/close_focus.png" |
---|
101 | theme.titlebar_close_button_normal = "/usr/share/awesome/themes/lliurex/titlebar/close_normal.png" |
---|
102 | |
---|
103 | theme.titlebar_ontop_button_focus_active = "/usr/share/awesome/themes/lliurex/titlebar/ontop_focus_active.png" |
---|
104 | theme.titlebar_ontop_button_normal_active = "/usr/share/awesome/themes/lliurex/titlebar/ontop_normal_active.png" |
---|
105 | theme.titlebar_ontop_button_focus_inactive = "/usr/share/awesome/themes/lliurex/titlebar/ontop_focus_inactive.png" |
---|
106 | theme.titlebar_ontop_button_normal_inactive = "/usr/share/awesome/themes/lliurex/titlebar/ontop_normal_inactive.png" |
---|
107 | |
---|
108 | theme.titlebar_sticky_button_focus_active = "/usr/share/awesome/themes/lliurex/titlebar/sticky_focus_active.png" |
---|
109 | theme.titlebar_sticky_button_normal_active = "/usr/share/awesome/themes/lliurex/titlebar/sticky_normal_active.png" |
---|
110 | theme.titlebar_sticky_button_focus_inactive = "/usr/share/awesome/themes/lliurex/titlebar/sticky_focus_inactive.png" |
---|
111 | theme.titlebar_sticky_button_normal_inactive = "/usr/share/awesome/themes/lliurex/titlebar/sticky_normal_inactive.png" |
---|
112 | |
---|
113 | theme.titlebar_floating_button_focus_active = "/usr/share/awesome/themes/lliurex/titlebar/floating_focus_active.png" |
---|
114 | theme.titlebar_floating_button_normal_active = "/usr/share/awesome/themes/lliurex/titlebar/floating_normal_active.png" |
---|
115 | theme.titlebar_floating_button_focus_inactive = "/usr/share/awesome/themes/lliurex/titlebar/floating_focus_inactive.png" |
---|
116 | theme.titlebar_floating_button_normal_inactive = "/usr/share/awesome/themes/lliurex/titlebar/floating_normal_inactive.png" |
---|
117 | |
---|
118 | theme.titlebar_maximized_button_focus_active = "/usr/share/awesome/themes/lliurex/titlebar/maximized_focus_active.png" |
---|
119 | theme.titlebar_maximized_button_normal_active = "/usr/share/awesome/themes/lliurex/titlebar/maximized_normal_active.png" |
---|
120 | theme.titlebar_maximized_button_focus_inactive = "/usr/share/awesome/themes/lliurex/titlebar/maximized_focus_inactive.png" |
---|
121 | theme.titlebar_maximized_button_normal_inactive = "/usr/share/awesome/themes/lliurex/titlebar/maximized_normal_inactive.png" |
---|
122 | -- }}} |
---|
123 | -- }}} |
---|
124 | |
---|
125 | return theme |
---|