aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-07-17 12:25:42 +0100
committerBlake Romero <blake@blkrom.com>2025-07-17 12:25:42 +0100
commit6f3e928638da6909e55f63775632996a04de8bba (patch)
tree5ce96228dc8bf73465f5dc96f90da36024d377fa
parent1497695de36eafd88bb09db2cb30126ec8dc6185 (diff)
Add dim and hidden colours to yambar
-rwxr-xr-x[-rw-r--r--]dot-config/yambar/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml
index 7342ef7..098e7e0 100644..100755
--- a/dot-config/yambar/config.yml
+++ b/dot-config/yambar/config.yml
@@ -6,10 +6,15 @@
define:
# Colours
- &bg 000000ff
+ - &bgdim 00000088
+
- &mg 222222ff
+
- &fg ffffffff
- &fgdim ffffff88
+ - &hidden 00000000
+
- &red ff959cff
- &green 90ee90ff
- &blue 89b4faff