Term colors for legible diffs and com

This commit is contained in:
dctrud 2020-07-22 17:42:58 -05:00
parent 50361bfa29
commit b6705bbf30
2 changed files with 59 additions and 18 deletions

View File

@ -6,6 +6,8 @@ Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
xterm*font: *-fixed-*-*-*-*-18-*
! URXVT
! Monospace is available everywhere...
URxvt.font: xft:Monospace:Regular:size=11,xft:Noto Color Emoji
@ -24,26 +26,26 @@ URxvt*cursorBlink: true
! Up the scrollback
URxvt*saveLines: 10000
*.background: #ededed
*.foreground: #2e3436
*.background: #edeede
*.foreground: #000000
*.cursorColor: #00bbff
*.color0: #2e3436
*.color1: #a40000
*.color2: #4e9a06
*.color3: #c4a000
*.color4: #204a87
*.color5: #5c3566
*.color6: #8f5902
*.color7: #babdb6
*.color0: #000000
*.color1: #960000
*.color2: #009600
*.color3: #963200
*.color4: #000096
*.color5: #320096
*.color6: #009696
*.color7: #969696
*.color8: #555753
*.color9: #cc0000
*.color10: #73d216
*.color11: #edd400
*.color12: #3465a4
*.color13: #75507b
*.color14: #c17d11
*.color15: #ded7cf
*.color8: #686868
*.color9: #c80000
*.color10: #00c800
*.color11: #c86400
*.color12: #0000c8
*.color13: #6400c8
*.color14: #00c8c8
*.color15: #c8c8c8

39
link/.alacritty.yml Normal file
View File

@ -0,0 +1,39 @@
env:
TERM: xterm-256color
window:
dimensions:
columns: 120
lines: 40
colors:
# Default colors
primary:
background: '#ededed'
foreground: '#000000'
# Normal colors
normal:
black: '#000000'
red: '#960000'
green: '#009600'
yellow: '#963200'
blue: '#000096'
magenta: '#320096'
cyan: '#009696'
white: '#969696'
# Bright colors
bright:
black: '#686868'
red: '#c80000'
green: '#00c800'
yellow: '#c86400'
blue: '#0000c8'
magenta: '#6400c8'
cyan: '#00c8c8'
white: '#c8c8c8'
# Background opacity
# Window opacity as a floating point number from `0.0` to `1.0`.
# The value `0.0` is completely transparent and `1.0` is opaque.
background_opacity: 0.95