summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/colors.h b/colors.h
index 0a4fdf0..f9bd1cc 100644
--- a/colors.h
+++ b/colors.h
@@ -1,9 +1,7 @@
-/* Norm Colors */
-static const char norm_fg[] = "#bbbbbb";
-static const char norm_bg[] = "#222222";
-static const char norm_border[] = "#444444";
+static const char norm_fg[] = "#b99cb5";
+static const char norm_bg[] = "#0a0c16";
+static const char norm_border[] = "#0a0c16";
-/* Sel Colors */
-static const char sel_fg[] = "#eeeeee";
-static const char sel_bg[] = "#005577";
-static const char sel_border[] = "#005577";
+static const char sel_fg[] = "#b99cb5";
+static const char sel_bg[] = "#933A52";
+static const char sel_border[] = "#b99cb5";