diff options
| author | Cori Barker <coribarker2@gmail.com> | 2026-03-22 16:23:23 +0000 |
|---|---|---|
| committer | Cori Barker <coribarker2@gmail.com> | 2026-03-22 16:23:23 +0000 |
| commit | edd6f1f722dd4dcf59a3e74786b8c39847d7ec5a (patch) | |
| tree | 1ef055e0145b1d1ebfecede5e83b4fe098d7b80f /.Xresources | |
| parent | 90730395a2fa563ba29722af3f2fea7965ae42ab (diff) | |
[urxvt] changed colours
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/.Xresources b/.Xresources index 2b3657a..ca429ce 100644 --- a/.Xresources +++ b/.Xresources @@ -16,15 +16,14 @@ URxvt.scrollWithBuffer: true URxvt.scrollTtyKeypress: true URxvt.saveLines: 5000 -! Transparency (90% opaque — requires a compositor like picom) URxvt.depth: 32 -URxvt.background: [90]#000000 -URxvt.foreground: #D8DEE9 +URxvt.background: #000000 +URxvt.foreground: #c0c0c0 -! Cursor — filled block, nord blue, blinking +! Cursor — filled block, blinking URxvt.cursorBlink: true -URxvt.cursorColor: #88C0D0 -URxvt.cursorColor2: #2E3440 +URxvt.cursorColor: #f0f0f0 +URxvt.cursorColor2: #000000 ! Bell — visual only, no audio URxvt.visualBell: false @@ -36,35 +35,37 @@ URxvt.internalBorder: 8 URxvt.externalBorder: 0 URxvt.lineSpace: 1 -! Nord color scheme ! Black -URxvt.color0: #2E3440 -URxvt.color8: #4C566A +URxvt.color0: #000000 +URxvt.color8: #555555 + ! Red -URxvt.color1: #BF616A -URxvt.color9: #BF616A +URxvt.color1: #e05252 +URxvt.color9: #ff7070 + ! Green -URxvt.color2: #A3BE8C -URxvt.color10: #A3BE8C +URxvt.color2: #52b352 +URxvt.color10: #78d878 + ! Yellow -URxvt.color3: #EBCB8B -URxvt.color11: #EBCB8B +URxvt.color3: #d4a017 +URxvt.color11: #ffd040 + ! Blue -URxvt.color4: #81A1C1 -URxvt.color12: #81A1C1 +URxvt.color4: #4a7eba +URxvt.color12: #6b9fd4 + ! Magenta -URxvt.color5: #B48EAD -URxvt.color13: #B48EAD +URxvt.color5: #a855b5 +URxvt.color13: #cc77dd + ! Cyan -URxvt.color6: #88C0D0 -URxvt.color14: #8FBCBB -! White -URxvt.color7: #E5E9F0 -URxvt.color15: #ECEFF4 +URxvt.color6: #2eaaa0 +URxvt.color14: #50d0c8 -! Copy/paste with Ctrl+Shift+C/V -URxvt.keysym.Ctrl-Shift-C: eval:selection_to_clipboard -URxvt.keysym.Ctrl-Shift-V: eval:paste_clipboard +! White +URxvt.color7: #c0c0c0 +URxvt.color15: #f0f0f0 ! URL clicking — open in waterfox URxvt.perl-ext-common: default,matcher @@ -76,4 +77,4 @@ URxvt.matcher.rend.0: Uline Bold fg5 URxvt.iso14755: false URxvt.iso14755_52: false URxvt.loginShell: true -URxvt.termName: rxvt-unicode-256color
\ No newline at end of file +URxvt.termName: rxvt-unicode-256color |
