diff --git a/bin/conkyctl b/bin/conkyctl
index 14203bd..427fbd7 100755
--- a/bin/conkyctl
+++ b/bin/conkyctl
@@ -415,19 +415,21 @@ resetcolorsall () {
win_bgcolor_all '#142c2c'
draw_borders_all true
stippled_borders_all 0
- default_color_all '#309552'
+ default_color_all '#d3d4bf'
color0_all '#accdc7'
color1_all '#61c4bc'
color2_all '#E8CB2D'
+ color3_all '#2bb0a5'
fix_transparent_conkies
}
resetcolorsone () {
transparent false "${1}"
win_bgcolor '#142c2c' "${1}"
- default_color '#309552' "${1}"
+ default_color '#d3d4bf' "${1}"
color0 '#accdc7' "${1}"
color1 '#61c4bc' "${1}"
color2 '#E8CB2D' "${1}"
+ color3 '#2bb0a5' "${1}"
}
languages () {
diff --git a/bin/w2theme b/bin/w2theme
index b6bbd06..f8454f9 100755
--- a/bin/w2theme
+++ b/bin/w2theme
@@ -1,7 +1,7 @@
#!/bin/bash
#
# colorizer - set of tools for Mabox (auto)theming
-# Copyright (C) 2022-2025 Daniel Napora