commit 3fe721e457b50df8598350c323bfd857170f5775 parent bc0da121f86732d4ae0862f33f2861e5d020ff93 Author: Cem Keylan <cem@ckyln.com> Date: Fri, 22 Nov 2019 23:22:14 +0300 dracula colorscheme Diffstat:
M | config.def.h | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -2,10 +2,10 @@ /* appearance */ static const char font[] = "monospace:size=9"; -static const char* normbgcolor = "#222222"; -static const char* normfgcolor = "#cccccc"; -static const char* selbgcolor = "#555555"; -static const char* selfgcolor = "#ffffff"; +static const char* normbgcolor = "#282a36"; +static const char* normfgcolor = "#bfbfbf"; +static const char* selbgcolor = "#9d638a"; +static const char* selfgcolor = "#f8f8f2"; static const char* urgbgcolor = "#111111"; static const char* urgfgcolor = "#cc0000"; static const char before[] = "<";