diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-24 16:11:33 +0100 |
| commit | 3643191bd9405e8210f2f4167303e3c5872f2bf2 (patch) | |
| tree | 4863e13f9e3ee48348ec53a02521f48d8af8a844 /colorscheme | |
| parent | 6722a8953243387545a6bab23514b84cffd6a3bf (diff) | |
apply ipc patch and my configuration
Diffstat (limited to 'colorscheme')
| -rw-r--r-- | colorscheme | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/colorscheme b/colorscheme new file mode 100644 index 0000000..8774ed6 --- /dev/null +++ b/colorscheme @@ -0,0 +1,36 @@ +--- Default --- +bg #282828 +red #cc241d +green #98971a +blue #458588 +purple #b16286 +aqua #689d6a +gray #a89984 +orange #d65d0e +fg #ebdbb2 + +--- Light ----- +gray #928374 +red #fb4934 +green #b8bb26 +yellow #fabd2f +blue #83a598 +purple #d3869b +aqua #8ec07c +orange #fe8019 + +--- BG -------- +0 #1d2021 +1 #282828 +2 #3c3836 +3 #504945 +4 #665c54 +5 #7c6f64 +6 #928374 + +--- FG -------- +1 #a89984 +2 #bdae93 +3 #d5c4a1 +4 #ebdbb2 +5 #fbf1c1 |