From 81ca4d7b85e6394dc05b876a896c20228320121f Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Wed, 28 Jul 2021 18:22:26 +0200 Subject: [PATCH] Update terminal colours --- .Xdefaults | 47 ++++++++++++++++++++++------------------------- .Xresources | 30 +++++++++++++++--------------- 2 files changed, 37 insertions(+), 40 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 7e651ec..671d016 100755 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,7 +1,7 @@ -*.foreground: #c0caf5 -*.background: #1a1b26 -*.cursorColor: #c0caf5 -*.highlightColor:#364A82 +*.foreground: #A9B1D6 +*.background: #1A1B26 +*.cursorColor: #A9B1D6 +*.highlightColor:#3A3F4B !*fading: 40 !*fadeColor: S_base03 @@ -20,32 +20,29 @@ ! 7 White 15 White ! Black colours -*.color0: #1D202F -*.color8: #414868 +*.color0: #1A1B26 +*.color8: #4E5173 ! Red colours -*.color1: #f7768e -*.color9: #f7768e +*.color1: #F7768E +*.color9: #E06C75 ! Yellow colours -*.color2: #9ece6a -*.color10: #9ece6a +*.color2: #E0AF68 +*.color10: #D19A66 ! Green colours -*.color3: #e0af68 -*.color11: #e0af68 +*.color3: #9ECE6A +*.color11: #98C379 ! Blue colours -*.color4: #7aa2f7 -*.color12: #7aa2f7 +*.color4: #7AA2F7 +*.color12: #61AFEF ! Magenta (pink, !green) colours -*.color5: #bb9af7 -*.color13: #bb9af7 +*.color5: #9A7ECC +*.color13: #C678DD ! Cyan (blue + green) -*.color6: #7dcfff -*.color14: #7dcfff +*.color6: #4ABAAF +*.color14: #56B6C2 ! White colours -*.color7: #a9b1d6 -*.color15: #c0caf5 - -*.color16: #ff9e64 -*.color17: #db4b4b +*.color7: #ACB0D0 +*.color15: #ABB2BF ! xterm.vt100.faceName: Terminus:style=Regular:size=10 ! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10 @@ -64,8 +61,8 @@ URxvt*urgentOnBell: true URxvt*scrollTtyOutput: false URxvt*scrollWithBuffer: true URxvt*scrollTtyKeypress: true -URxvt.font: xft:bitstream vera sans mono:size=10:antialias=true -URxvt.boldFont: xft:bitstream vera sans mono:bold:size=10:antialias=true +URxvt.font: xft:bitstream vera sans mono:size=12:antialias=true +URxvt.boldFont: xft:bitstream vera sans mono:bold:size=12:antialias=true URxvt.letterSpace : -2 ! Put characters slightly closer together URxvt.termName : rxvt-unicode-256color !Urxvt*termName: screen-256color diff --git a/.Xresources b/.Xresources index ea5b682..127a0a9 100644 --- a/.Xresources +++ b/.Xresources @@ -1,6 +1,6 @@ -*.foreground: #ABB2BF -*.background: #1E2127 -*.cursorColor: #5C6370 +*.foreground: #A9B1D6 +*.background: #1A1B26 +*.cursorColor: #A9B1D6 *.highlightColor:#3A3F4B !*fading: 40 @@ -20,29 +20,29 @@ ! 7 White 15 White ! Black colours -*.color0: #1E2127 -*.color8: #5C6370 +*.color0: #1A1B26 +*.color8: #4E5173 ! Red colours -*.color1: #E06C75 +*.color1: #F7768E *.color9: #E06C75 ! Yellow colours -*.color2: #98C379 -*.color10: #98C379 +*.color2: #E0AF68 +*.color10: #D19A66 ! Green colours -*.color3: #D19A66 -*.color11: #D19A66 +*.color3: #9ECE6A +*.color11: #98C379 ! Blue colours -*.color4: #61AFEF +*.color4: #7AA2F7 *.color12: #61AFEF ! Magenta (pink, !green) colours -*.color5: #C678DD +*.color5: #9A7ECC *.color13: #C678DD ! Cyan (blue + green) -*.color6: #56B6C2 +*.color6: #4ABAAF *.color14: #56B6C2 ! White colours -*.color7: #ABB2BF -*.color15: #FFFFFF +*.color7: #ACB0D0 +*.color15: #ABB2BF ! xterm.vt100.faceName: Terminus:style=Regular:size=10 ! xterm.vt100.faceNameDoublesize: Cyberbit:style=Regular:size=10