New alacritty colourscheme; new default colours for vim

This commit is contained in:
Callum Renwick 2020-12-22 20:51:16 +00:00
parent 45831229d3
commit 7daf2dffb1
2 changed files with 29 additions and 34 deletions

View File

@ -161,41 +161,35 @@ font:
# Colors (base16-espresso)
# by Alex Mirrington (https://github.com/alexmirrington)
# Colors (Pnevma)
colors:
# Default colors
primary:
background: '0x2d2d2d'
foreground: '0xcccccc'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x2d2d2d'
cursor: '0xcccccc'
# Normal colors
normal:
black: '0x2d2d2d'
red: '0xd25252'
green: '0xa5c261'
yellow: '0xffc66d'
blue: '0x6c99bb'
magenta: '0xd197d9'
cyan: '0xbed6ff'
white: '0xcccccc'
# Bright colors
bright:
black: '0x777777'
red: '0xf9a959'
green: '0x393939'
yellow: '0x515151'
blue: '0xb4b7b4'
magenta: '0xe0e0e0'
cyan: '0xf97394'
white: '0xffffff'
draw_bold_text_with_bright_colors: false
black: '#4a4845'
blue: '#a1bdce'
cyan: '#b1e7dd'
green: '#afbea2'
magenta: '#d7beda'
red: '#d78787'
white: '#efefef'
yellow: '#e4c9af'
cursor:
cursor: '#e4c9af'
text: '#000000'
normal:
black: '#2f2e2d'
blue: '#7fa5bd'
cyan: '#8adbb4'
green: '#90a57d'
magenta: '#c79ec4'
red: '#a36666'
white: '#d0d0d0'
yellow: '#d7af87'
primary:
background: '#1c1c1c'
foreground: '#d0d0d0'
selection:
background: '#4d4d4d'
text: '#ffffff'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.

View File

@ -87,4 +87,5 @@ else
set termguicolors
endif
set background=dark
colorscheme base16-woodland
syntax off
colorscheme sourcerer