From 4edb7eafb1477ad428b5e95573647902a2032a75 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Mon, 4 Aug 2025 21:22:31 +0300 Subject: onedark colors --- config.def.h | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index f1998bd..63c5ca6 100644 --- a/config.def.h +++ b/config.def.h @@ -132,13 +132,37 @@ static const char *colorname[] = { "#8ec07c", "#ebdbb2", + /* onedark */ + /* 8 normal colors */ + /* "#1e2127", */ + /* "#e06c75", */ + /* "#98c379", */ + /* "#e5c07b", */ + /* "#61afef", */ + /* "#c678dd", */ + /* "#56b6c2", */ + /* "#abb2bf", */ + + /* 8 bright colors */ + /* "#5c6370", */ + /* "#e06c75", */ + /* "#98c379", */ + /* "#e5c07b", */ + /* "#61afef", */ + /* "#c678dd", */ + /* "#56b6c2", */ + /* "#ffffff", */ + + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "gray90", /* default foreground colour */ - "black", /* default background colour */ + "#ebdbb2", /* gruvbox foreground colour */ + "#1d2021", /* gruvbox background colour */ + "#abb2bf", /* onedark foreground colour */ + "#1e2127", /* onedark background colour */ }; -- cgit v1.2.3