Skip to content

Instantly share code, notes, and snippets.

@ndgnuh
Last active August 4, 2019 16:12
Show Gist options
  • Save ndgnuh/2d1bb690ce45c08f621e000c4b2dc4de to your computer and use it in GitHub Desktop.
Save ndgnuh/2d1bb690ce45c08f621e000c4b2dc4de to your computer and use it in GitHub Desktop.
Empty awesomewm theme variable, extracted from git version (4.3) documentation.
local theme = {}
theme.arcchart_border_color = nil
theme.arcchart_border_width = nil
theme.arcchart_color = nil
theme.arcchart_paddings = nil
theme.arcchart_thickness = nil
theme.awesome_icon = nil
theme.bg_focus = nil
theme.bg_minimize = nil
theme.bg_normal = nil
theme.bg_systray = nil
theme.bg_urgent = nil
theme.border_focus = nil
theme.border_marked = nil
theme.border_normal = nil
theme.border_width = nil
theme.calendar_font = nil
theme.calendar_long_weekdays = nil
theme.calendar_spacing = nil
theme.calendar_start_sunday = nil
theme.calendar_style = nil
theme.calendar_week_numbers = nil
theme.checkbox_bg = nil
theme.checkbox_border_color = nil
theme.checkbox_border_width = nil
theme.checkbox_check_border_color = nil
theme.checkbox_check_border_width = nil
theme.checkbox_check_color = nil
theme.checkbox_check_shape = nil
theme.checkbox_color = nil
theme.checkbox_paddings = nil
theme.checkbox_shape = nil
theme.fg_focus = nil
theme.fg_minimize = nil
theme.fg_normal = nil
theme.fg_urgent = nil
theme.font = nil
theme.graph_bg = nil
theme.graph_border_color = nil
theme.graph_fg = nil
theme.hotkeys_bg = nil
theme.hotkeys_border_color = nil
theme.hotkeys_border_width = nil
theme.hotkeys_description_font = nil
theme.hotkeys_fg = nil
theme.hotkeys_font = nil
theme.hotkeys_group_margin = nil
theme.hotkeys_label_bg = nil
theme.hotkeys_label_fg = nil
theme.hotkeys_modifiers_fg = nil
theme.hotkeys_shape = nil
theme.icon_theme = nil
theme.layout_cornerne = nil
theme.layout_cornernw = nil
theme.layout_cornerse = nil
theme.layout_cornersw = nil
theme.layout_dwindle = nil
theme.layout_fairh = nil
theme.layout_fairv = nil
theme.layout_floating = nil
theme.layout_fullscreen = nil
theme.layout_magnifier = nil
theme.layout_max = nil
theme.layout_spiral = nil
theme.layout_tile = nil
theme.layout_tilebottom = nil
theme.layout_tileleft = nil
theme.layout_tiletop = nil
theme.layoutlist_align = nil
theme.layoutlist_bg_normal = nil
theme.layoutlist_bg_selected = nil
theme.layoutlist_disable_icon = nil
theme.layoutlist_disable_name = nil
theme.layoutlist_fg_normal = nil
theme.layoutlist_fg_selected = nil
theme.layoutlist_font = nil
theme.layoutlist_font_selected = nil
theme.layoutlist_shape = nil
theme.layoutlist_shape_border_color = nil
theme.layoutlist_shape_border_color_selected = nil
theme.layoutlist_shape_border_width = nil
theme.layoutlist_shape_border_width_selected = nil
theme.layoutlist_shape_selected = nil
theme.layoutlist_spacing = nil
theme.menu_bg_focus = nil
theme.menu_bg_normal = nil
theme.menu_border_color = nil
theme.menu_border_width = nil
theme.menu_fg_focus = nil
theme.menu_fg_normal = nil
theme.menu_font = nil
theme.menu_height = nil
theme.menu_submenu = nil
theme.menu_submenu_icon = nil
theme.menu_width = nil
theme.menubar_bg_normal = nil
theme.menubar_border_color = nil
theme.menubar_border_width = nil
theme.menubar_fg_normal = nil
theme.notification_action_bg_normal = nil
theme.notification_action_bg_selected = nil
theme.notification_action_bgimage_normal = nil
theme.notification_action_bgimage_selected = nil
theme.notification_action_fg_normal = nil
theme.notification_action_fg_selected = nil
theme.notification_action_icon_only = nil
theme.notification_action_icon_size_normal = nil
theme.notification_action_icon_size_selected = nil
theme.notification_action_label_only = nil
theme.notification_action_shape_border_color_normal = nil
theme.notification_action_shape_border_color_selected = nil
theme.notification_action_shape_border_width_normal = nil
theme.notification_action_shape_border_width_selected = nil
theme.notification_action_shape_normal = nil
theme.notification_action_shape_selected = nil
theme.notification_action_underline_normal = nil
theme.notification_action_underline_selected = nil
theme.notification_bg_normal = nil
theme.notification_bg_selected = nil
theme.notification_bgimage_normal = nil
theme.notification_bgimage_selected = nil
theme.notification_fg_normal = nil
theme.notification_fg_selected = nil
theme.notification_font = nil
theme.notification_icon_size_normal = nil
theme.notification_icon_size_selected = nil
theme.notification_max_width = nil
theme.notification_position = nil
theme.notification_shape_border_color_normal = nil
theme.notification_shape_border_color_selected = nil
theme.notification_shape_border_width_normal = nil
theme.notification_shape_border_width_selected = nil
theme.notification_shape_normal = nil
theme.notification_shape_selected = nil
theme.piechart_border_color = nil
theme.piechart_border_width = nil
theme.piechart_colors = nil
theme.progressbar_bar_border_color = nil
theme.progressbar_bar_border_width = nil
theme.progressbar_bar_shape = nil
theme.progressbar_bg = nil
theme.progressbar_border_color = nil
theme.progressbar_border_width = nil
theme.progressbar_fg = nil
theme.progressbar_margins = nil
theme.progressbar_paddings = nil
theme.progressbar_shape = nil
theme.prompt_bg = nil
theme.prompt_fg = nil
theme.radialprogressbar_border_color = nil
theme.radialprogressbar_border_width = nil
theme.radialprogressbar_color = nil
theme.radialprogressbar_paddings = nil
theme.separator_border_color = nil
theme.separator_border_width = nil
theme.separator_color = nil
theme.separator_shape = nil
theme.separator_span_ratio = nil
theme.separator_thickness = nil
theme.slider_bar_active_color = nil
theme.slider_bar_border_color = nil
theme.slider_bar_border_width = nil
theme.slider_bar_color = nil
theme.slider_bar_height = nil
theme.slider_bar_margins = nil
theme.slider_bar_shape = nil
theme.slider_handle_border_color = nil
theme.slider_handle_border_width = nil
theme.slider_handle_margins = nil
theme.slider_handle_shape = nil
theme.slider_handle_width = nil
theme.systray_icon_spacing = nil
theme.taglist_bg_empty = nil
theme.taglist_bg_focus = nil
theme.taglist_bg_occupied = nil
theme.taglist_bg_urgent = nil
theme.taglist_bg_volatile = nil
theme.taglist_disable_icon = nil
theme.taglist_fg_empty = nil
theme.taglist_fg_focus = nil
theme.taglist_fg_occupied = nil
theme.taglist_fg_urgent = nil
theme.taglist_fg_volatile = nil
theme.taglist_font = nil
theme.taglist_shape = nil
theme.taglist_shape_border_color = nil
theme.taglist_shape_border_color_empty = nil
theme.taglist_shape_border_color_focus = nil
theme.taglist_shape_border_color_urgent = nil
theme.taglist_shape_border_color_volatile = nil
theme.taglist_shape_border_width = nil
theme.taglist_shape_border_width_empty = nil
theme.taglist_shape_border_width_focus = nil
theme.taglist_shape_border_width_urgent = nil
theme.taglist_shape_border_width_volatile = nil
theme.taglist_shape_empty = nil
theme.taglist_shape_focus = nil
theme.taglist_shape_urgent = nil
theme.taglist_shape_volatile = nil
theme.taglist_spacing = nil
theme.taglist_squares_resize = nil
theme.taglist_squares_sel = nil
theme.taglist_squares_sel_empty = nil
theme.taglist_squares_unsel = nil
theme.taglist_squares_unsel_empty = nil
theme.tasklist_align = nil
theme.tasklist_bg_focus = nil
theme.tasklist_bg_image_focus = nil
theme.tasklist_bg_image_minimize = nil
theme.tasklist_bg_image_normal = nil
theme.tasklist_bg_image_urgent = nil
theme.tasklist_bg_minimize = nil
theme.tasklist_bg_normal = nil
theme.tasklist_bg_urgent = nil
theme.tasklist_disable_icon = nil
theme.tasklist_disable_task_name = nil
theme.tasklist_fg_focus = nil
theme.tasklist_fg_minimize = nil
theme.tasklist_fg_normal = nil
theme.tasklist_fg_urgent = nil
theme.tasklist_font = nil
theme.tasklist_font_focus = nil
theme.tasklist_font_minimized = nil
theme.tasklist_font_urgent = nil
theme.tasklist_plain_task_name = nil
theme.tasklist_shape = nil
theme.tasklist_shape_border_color = nil
theme.tasklist_shape_border_color_focus = nil
theme.tasklist_shape_border_color_minimized = nil
theme.tasklist_shape_border_color_urgent = nil
theme.tasklist_shape_border_width = nil
theme.tasklist_shape_border_width_focus = nil
theme.tasklist_shape_border_width_minimized = nil
theme.tasklist_shape_border_width_urgent = nil
theme.tasklist_shape_focus = nil
theme.tasklist_shape_minimized = nil
theme.tasklist_shape_urgent = nil
theme.tasklist_spacing = nil
theme.titlebar_bg = nil
theme.titlebar_bg_focus = nil
theme.titlebar_bg_normal = nil
theme.titlebar_bgimage = nil
theme.titlebar_bgimage_focus = nil
theme.titlebar_bgimage_normal = nil
theme.titlebar_close_button_focus = nil
theme.titlebar_close_button_focus_hover = nil
theme.titlebar_close_button_focus_press = nil
theme.titlebar_close_button_normal = nil
theme.titlebar_close_button_normal_hover = nil
theme.titlebar_close_button_normal_press = nil
theme.titlebar_fg = nil
theme.titlebar_fg_focus = nil
theme.titlebar_fg_normal = nil
theme.titlebar_floating_button_focus = nil
theme.titlebar_floating_button_focus_active = nil
theme.titlebar_floating_button_focus_active_hover = nil
theme.titlebar_floating_button_focus_active_press = nil
theme.titlebar_floating_button_focus_inactive = nil
theme.titlebar_floating_button_focus_inactive_hover = nil
theme.titlebar_floating_button_focus_inactive_press = nil
theme.titlebar_floating_button_normal = nil
theme.titlebar_floating_button_normal_active = nil
theme.titlebar_floating_button_normal_active_hover = nil
theme.titlebar_floating_button_normal_active_press = nil
theme.titlebar_floating_button_normal_inactive = nil
theme.titlebar_floating_button_normal_inactive_hover = nil
theme.titlebar_floating_button_normal_inactive_press = nil
theme.titlebar_maximized_button_focus = nil
theme.titlebar_maximized_button_focus_active = nil
theme.titlebar_maximized_button_focus_active_hover = nil
theme.titlebar_maximized_button_focus_active_press = nil
theme.titlebar_maximized_button_focus_inactive = nil
theme.titlebar_maximized_button_focus_inactive_hover = nil
theme.titlebar_maximized_button_focus_inactive_press = nil
theme.titlebar_maximized_button_normal = nil
theme.titlebar_maximized_button_normal_active = nil
theme.titlebar_maximized_button_normal_active_hover = nil
theme.titlebar_maximized_button_normal_active_press = nil
theme.titlebar_maximized_button_normal_inactive = nil
theme.titlebar_maximized_button_normal_inactive_hover = nil
theme.titlebar_maximized_button_normal_inactive_press = nil
theme.titlebar_minimize_button_focus = nil
theme.titlebar_minimize_button_focus_hover = nil
theme.titlebar_minimize_button_focus_press = nil
theme.titlebar_minimize_button_normal = nil
theme.titlebar_minimize_button_normal_hover = nil
theme.titlebar_minimize_button_normal_press = nil
theme.titlebar_ontop_button_focus = nil
theme.titlebar_ontop_button_focus_active = nil
theme.titlebar_ontop_button_focus_active_hover = nil
theme.titlebar_ontop_button_focus_active_press = nil
theme.titlebar_ontop_button_focus_inactive = nil
theme.titlebar_ontop_button_focus_inactive_hover = nil
theme.titlebar_ontop_button_focus_inactive_press = nil
theme.titlebar_ontop_button_normal = nil
theme.titlebar_ontop_button_normal_active = nil
theme.titlebar_ontop_button_normal_active_hover = nil
theme.titlebar_ontop_button_normal_active_press = nil
theme.titlebar_ontop_button_normal_inactive = nil
theme.titlebar_ontop_button_normal_inactive_hover = nil
theme.titlebar_ontop_button_normal_inactive_press = nil
theme.titlebar_sticky_button_focus = nil
theme.titlebar_sticky_button_focus_active = nil
theme.titlebar_sticky_button_focus_active_hover = nil
theme.titlebar_sticky_button_focus_active_press = nil
theme.titlebar_sticky_button_focus_inactive = nil
theme.titlebar_sticky_button_focus_inactive_hover = nil
theme.titlebar_sticky_button_focus_inactive_press = nil
theme.titlebar_sticky_button_normal = nil
theme.titlebar_sticky_button_normal_active = nil
theme.titlebar_sticky_button_normal_active_hover = nil
theme.titlebar_sticky_button_normal_active_press = nil
theme.titlebar_sticky_button_normal_inactive = nil
theme.titlebar_sticky_button_normal_inactive_hover = nil
theme.titlebar_sticky_button_normal_inactive_press = nil
theme.tooltip_align = nil
theme.tooltip_bg = nil
theme.tooltip_border_color = nil
theme.tooltip_border_width = nil
theme.tooltip_fg = nil
theme.tooltip_font = nil
theme.tooltip_opacity = nil
theme.tooltip_shape = nil
theme.useless_gap = nil
theme.wallpaper = nil
theme.wibar_bg = nil
theme.wibar_bgimage = nil
theme.wibar_border_color = nil
theme.wibar_border_width = nil
theme.wibar_cursor = nil
theme.wibar_fg = nil
theme.wibar_height = nil
theme.wibar_ontop = nil
theme.wibar_opacity = nil
theme.wibar_shape = nil
theme.wibar_stretch = nil
theme.wibar_type = nil
theme.wibar_width = nil
return theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment