summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2023-04-11 00:45:48 +0300
committertsxv478 <atci39@rambler.ru>2023-04-11 00:45:48 +0300
commiteb80276d1c6aeae3fbd4476fb15b19fc9a90137d (patch)
treee724fc9fa405d0c99de5319f8939b66009278a07
parent432192b6738948b62ec5b9990b6d67d4e1438e22 (diff)
replace tokyonight with onedarkHEADmaster
-rw-r--r--config.def.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/config.def.h b/config.def.h
index 63df3eb..7c85aa7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -133,26 +133,26 @@ static const char *colorname[] = {
"#8ec07c",
"#ebdbb2",
- /* tokyonight */
+ /* onedark */
/* 8 normal colors */
- /* "#15161e", */
- /* "#f7768e", */
- /* "#9ece6a", */
- /* "#e0af68", */
- /* "#7aa2f7", */
- /* "#bb9af7", */
- /* "#7dcfff", */
- /* "#a9b1d6", */
-
- /* 8 bright colors */
- /* "#414868", */
- /* "#f7768e", */
- /* "#9ece6a", */
- /* "#e0af68", */
- /* "#7aa2f7", */
- /* "#bb9af7", */
- /* "#7dcfff", */
- /* "#c0caf5", */
+ /* "#1e2127", */
+ /* "#e06c75", */
+ /* "#98c379", */
+ /* "#e5c07b", */
+ /* "#61afef", */
+ /* "#c678dd", */
+ /* "#56b6c2", */
+ /* "#abb2bf", */
+
+ /* 8 bright colors */
+ /* "#5c6370", */
+ /* "#e06c75", */
+ /* "#98c379", */
+ /* "#e5c07b", */
+ /* "#61afef", */
+ /* "#c678dd", */
+ /* "#56b6c2", */
+ /* "#ffffff", */
[255] = 0,
@@ -162,8 +162,8 @@ static const char *colorname[] = {
"#555555",
"#ebdbb2", /* gruvbox foreground colour */
"#1d2021", /* gruvbox background colour */
- "#c0caf5", /* tokyonight foreground colour */
- "#1a1b26", /* tokyonight background colour */
+ "#abb2bf", /* onedark foreground colour */
+ "#1e2127", /* onedark background colour */
};