commit 44f50e9178ce8af0c5d603615b5d673dfc9dfa01
parent f13bb6ebe5215d970d640f9bbc66f19b087ce0d6
Author: awy <awy@awy.one>
Date: Sat, 19 Jul 2025 18:55:34 +0300
nord colorscheme
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -2,12 +2,12 @@
/* Default settings; can be overriden by command line. */
static int top = 1; /* -b option; if 0, appear at bottom */
-static const char *fonts[] = { "monospace:size=10" }; /* -f option overrides fonts[0] */
+static const char *fonts[] = { "monospace:size=12" }; /* -f option overrides fonts[0] */
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static uint32_t colors[][2] = {
/* fg bg */
- [SchemeNorm] = { 0xbbbbbbff, 0x222222ff },
- [SchemeSel] = { 0xeeeeeeff, 0x005577ff },
+ [SchemeNorm] = { 0xd8dee9ff, 0x2e3440ff},
+ [SchemeSel] = { 0x2e3440ff, 0xebcb8bff },
[SchemeOut] = { 0x000000ff, 0x00ffffff },
};
@@ -22,3 +22,4 @@ static unsigned int lines = 0;
* for example: " /?\"&[]"
*/
static const char worddelimiters[] = " ";
+