diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-04-21 19:29:31 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-04-21 19:29:31 +0100 |
| commit | bdd3b798c0cd49beb5aee9153229d56a02286b45 (patch) | |
| tree | 8a111c4a6e20c1b5b0cca610eba519e198baf8f1 /.Xresources | |
| parent | b349fd5dfc6f7984f4dfd3473b62701bc7cd060e (diff) | |
Put Xterm colors in numerical order
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.Xresources b/.Xresources index 933c066..de0b02c 100644 --- a/.Xresources +++ b/.Xresources @@ -44,20 +44,20 @@ XTerm*on5Clicks: page XTerm*background: #262626 XTerm*foreground: #ebdbb2 XTerm*color0: #262628 -XTerm*color8: #928374 XTerm*color1: #CC241D -XTerm*color9: #fb4934 XTerm*color2: #98971a -XTerm*color10: #b8bb26 XTerm*color3: #FF8F15 -XTerm*color11: #FFAF00 XTerm*color4: #458588 -XTerm*color12: #83a598 XTerm*color5: #b16286 -XTerm*color13: #d3869b XTerm*color6: #689d6a -XTerm*color14: #8ec07c XTerm*color7: #a89984 +XTerm*color8: #928374 +XTerm*color9: #fb4934 +XTerm*color10: #b8bb26 +XTerm*color11: #FFAF00 +XTerm*color12: #83a598 +XTerm*color13: #d3869b +XTerm*color14: #8ec07c XTerm*color15: #ebdbb2 ! Drag pointer to lower left corner to lock screen |
