summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-08-10 14:37:39 -0700
committerJesse Luehrs <doy@tozt.net>2018-08-10 14:38:45 -0700
commitd7e7df74324fdbc428f471ff394d491d209680e6 (patch)
tree26a1940adddc8d240e562fb9c53ae855ec5130d9
parent99e064e3a5371601f45d4c61cee72a497c13e160 (diff)
downloadconf-d7e7df74324fdbc428f471ff394d491d209680e6.tar.gz
conf-d7e7df74324fdbc428f471ff394d491d209680e6.zip
tweak colors a bit
-rw-r--r--Xdefaults28
-rw-r--r--config/alacritty/alacritty.yml30
2 files changed, 29 insertions, 29 deletions
diff --git a/Xdefaults b/Xdefaults
index d0eab99..71e1a51 100644
--- a/Xdefaults
+++ b/Xdefaults
@@ -37,20 +37,20 @@ xterm*bellIsUrgent: true
! }}}
! colors {{{
*.color0:#000000
-*.color1:#9f0000
-*.color2:#4e9a06
-*.color3:#c4a000
-*.color4:#3465a4
-*.color5:#903e9d
-*.color6:#06989a
-*.color7:#cdcdcd
-*.color8:#666666
-*.color9:#ef2929
-*.color10:#64f434
-*.color11:#fce94f
-*.color12:#79b8fb
-*.color13:#da8ed1
-*.color14:#5ae9e9
+*.color1:#ed5f74
+*.color2:#1ea672
+*.color3:#d97917
+*.color4:#688ef1
+*.color5:#c96ed0
+*.color6:#3a97d4
+*.color7:#e3e8ee
+*.color8:#697386
+*.color9:#fbb5b2
+*.color10:#85d996
+*.color11:#efc078
+*.color12:#9fcdff
+*.color13:#f0b4e4
+*.color14:#7fd3ed
*.color15:#ffffff
! }}}
diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml
index 8bed210..e7c87c8 100644
--- a/config/alacritty/alacritty.yml
+++ b/config/alacritty/alacritty.yml
@@ -24,27 +24,27 @@ custom_cursor_colors: true
colors:
primary:
background: '0x000000'
- foreground: '0xd3d3d3'
+ foreground: '0xc1c9d2'
cursor:
text: '0x000000'
cursor: '0x00ff00'
normal:
black: '0x000000'
- red: '0x9f0000'
- green: '0x4e9a06'
- yellow: '0xc4a000'
- blue: '0x3465a4'
- magenta: '0x903e9d'
- cyan: '0x06989a'
- white: '0xcdcdcd'
+ red: '0xed5f74'
+ green: '0x1ea672'
+ yellow: '0xd97917'
+ blue: '0x688ef1'
+ magenta: '0xc96ed0'
+ cyan: '0x3a97d4'
+ white: '0xe3e8ee'
bright:
- black: '0x666666'
- red: '0xef2929'
- green: '0x64f434'
- yellow: '0xfce94f'
- blue: '0x79b8fb'
- magenta: '0xda8ed1'
- cyan: '0x5ae9e9'
+ black: '0x697386'
+ red: '0xfbb5b2'
+ green: '0x85d996'
+ yellow: '0xefc078'
+ blue: '0x9fcdff'
+ magenta: '0xf0b4e4'
+ cyan: '0x7fd3ed'
white: '0xffffff'
mouse_bindings: