about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 5202221..947a75e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -8,6 +8,7 @@ struct clr_scheme scheme = {
   .bg = {.bgra = {15, 15, 15, 225}},
   .fg = {.bgra = {45, 45, 45, 225}},
   .high = {.bgra = {100, 100, 100, 225}},
+  .swipe = {.bgra = {100, 255, 100, 64}},
   .text = {.color = UINT32_MAX},
 };
 struct clr_scheme scheme1 = {
@@ -15,6 +16,7 @@ struct clr_scheme scheme1 = {
   .bg = {.bgra = {15, 15, 15, 225}},
   .fg = {.bgra = {32, 32, 32, 225}},
   .high = {.bgra = {100, 100, 100, 225}},
+  .swipe = {.bgra = {100, 255, 100, 64}},
   .text = {.color = UINT32_MAX},
 };