diff options
| author | kj_sh604 | 2026-01-06 21:20:44 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-06 21:20:44 -0500 |
| commit | 9de05bf092cf71c72ae9fa6719c3367005ab38c2 (patch) | |
| tree | 4a2c6c456157c11d7a0ce3381c4d8b7f39be668a | |
| parent | 9c6dc0064c4f8a47264ac44b4e924d58d6caabdf (diff) | |
refactor: custom `xterm` cursor color
| -rw-r--r-- | .Xresources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 199a3db..ae23ac8 100644 --- a/.Xresources +++ b/.Xresources | |||
| @@ -52,6 +52,7 @@ URxvt.visualBell: false | |||
| 52 | #define base0E_magenta #dc8cc3 | 52 | #define base0E_magenta #dc8cc3 |
| 53 | #define base0F_brown #d27b53 | 53 | #define base0F_brown #d27b53 |
| 54 | #define base_black #3f3f3f | 54 | #define base_black #3f3f3f |
| 55 | #define base_cursor #69baa7 | ||
| 55 | #define base08_red_bright #dca3a3 | 56 | #define base08_red_bright #dca3a3 |
| 56 | #define base0A_yellow_bright #f0dfaf | 57 | #define base0A_yellow_bright #f0dfaf |
| 57 | #define base0B_green_bright #72d5a3 | 58 | #define base0B_green_bright #72d5a3 |
| @@ -61,8 +62,8 @@ URxvt.visualBell: false | |||
| 61 | 62 | ||
| 62 | *.foreground: base05_foreground | 63 | *.foreground: base05_foreground |
| 63 | *.background: base00_background | 64 | *.background: base00_background |
| 64 | *.cursorColor: base05_foreground | 65 | *.cursorColor: base_cursor |
| 65 | *.cursorColor2: base05_foreground | 66 | *.cursorColor2: base_cursor |
| 66 | *.cursorBlink: never | 67 | *.cursorBlink: never |
| 67 | *.color0: base_black | 68 | *.color0: base_black |
| 68 | *.color1: base08_red | 69 | *.color1: base08_red |
