mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 18:24:22 +02:00
theme: remove unused colors
This commit is contained in:
parent
04dfe644d7
commit
5f9c6aa756
1 changed files with 0 additions and 4 deletions
|
@ -28,12 +28,8 @@ if theme then
|
||||||
theme.fg_widget_label = "#737d8c"
|
theme.fg_widget_label = "#737d8c"
|
||||||
theme.fg_widget_value = na(theme.fg_normal)
|
theme.fg_widget_value = na(theme.fg_normal)
|
||||||
theme.fg_widget_value_important = "#E80F28"
|
theme.fg_widget_value_important = "#E80F28"
|
||||||
theme.fg_widget_sep = na(theme.fg_normal)
|
|
||||||
theme.fg_widget_border = theme.fg_widget_label
|
theme.fg_widget_border = theme.fg_widget_label
|
||||||
theme.fg_widget_clock = na(theme.border_focus)
|
theme.fg_widget_clock = na(theme.border_focus)
|
||||||
theme.fg_widget_end = "#FFFFFF"
|
|
||||||
theme.fg_widget_center = "#FFCCCC"
|
|
||||||
theme.fg_widget_start = "#FF0000"
|
|
||||||
|
|
||||||
-- Naughty
|
-- Naughty
|
||||||
naughty.config.presets.normal.bg = theme.bg_widget
|
naughty.config.presets.normal.bg = theme.bg_widget
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue