diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-21 20:32:56 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-21 20:32:56 +0100 |
| commit | 1b238aa2bf1ff1823192bcddc79d2c5171fd4ee0 (patch) | |
| tree | 21585ca9632cde46e9764d600f87cda8c3098346 | |
| parent | 9053634a95c80bd5f8336c38cdd612e17980e3fa (diff) | |
Fixed gruvbox color0
| -rw-r--r-- | .Xresources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 033aed1..2ec513a 100644 --- a/.Xresources +++ b/.Xresources @@ -43,7 +43,7 @@ XTerm*on5Clicks: page ! Gruvbox theme XTerm*background: #262626 XTerm*foreground: #ebdbb2 -XTerm*color0: #262628 +XTerm*color0: #282828 XTerm*color1: #cc241d XTerm*color2: #98971a XTerm*color3: #d79921 |
