mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +02:00
theme: use less colors
This commit is contained in:
parent
19f735065b
commit
47115a0fbe
4 changed files with 19 additions and 16 deletions
|
@ -17,10 +17,10 @@ do
|
|||
end
|
||||
|
||||
local colors = {
|
||||
header = "#FF004D",
|
||||
count = "#33FF33",
|
||||
index = "#708090",
|
||||
name = "#8F8870",
|
||||
header = theme.fg_widget_clock,
|
||||
count = theme.fg_widget_label,
|
||||
index = theme.fg_widget_label,
|
||||
name = theme.fg_widget_value_important,
|
||||
}
|
||||
|
||||
local function dbg_get(var, depth, indent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue