Added papercolor_dark.yaml

This commit is contained in:
Lewin Probst 2021-11-18 16:12:36 +01:00
parent f3885f49b7
commit 2dcbb37541
3 changed files with 59 additions and 0 deletions

View file

@ -59,6 +59,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_one_dark_**|![one_dark](images/one_dark.png)|
|**_palenight_**<br>[source](https://github.com/JonathanSpeek/palenight-iterm2)|![palenight](images/palenight.png)|
|**_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36)|![papercolor_light](images/papercolor_light.png)|
|**_papercolor_dark_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L126)|Picture missing|
|**_pencil_dark_**<br>[source](https://github.com/mattly/iterm-colors-pencil)|![pencil_dark](images/pencil_dark.png)|
|**_pencil_light_**<br>[source](https://github.com/mattly/iterm-colors-pencil)|![pencil_light](images/pencil_light.png)|
|**_remedy_dark_**<br>[source](https://github.com/robertrossmann/vscode-remedy)|![remedy_dark](images/remedy_dark.png)|

View file

@ -893,6 +893,32 @@ schemes:
cyan: '0x005faf'
white: '0x005f87'
papercolor_dark: &papercolor_dark
primary:
background: '0x1c1c1c'
foreground: '0x808080'
cursor:
text: '0x1c1c1c'
cursor: '0x808080'
normal:
black: '0x1c1c1c'
red: '0xaf005f'
green: '0x5faf00'
yellow: '0xd7af5f'
blue: '0x5fafd7'
magenta: '0x808080'
cyan: '0xd7875f'
white: '0xd0d0d0'
bright:
black: '0x585858'
red: '0x5faf5f'
green: '0xafd700'
yellow: '0xaf87d7'
blue: '0xffaf00'
magenta: '0xffaf00'
cyan: '0x00afaf'
white: '0x5f8787'
pencil_dark: &pencil_dark
primary:
background: '0x212121'

View file

@ -0,0 +1,32 @@
# Colors (PaperColor - Dark)
colors:
# Default colors
primary:
background: '0x1c1c1c'
foreground: '0x808080'
cursor:
text: '0x1c1c1c'
cursor: '0x808080'
# Normal colors
normal:
black: '0x1c1c1c'
red: '0xaf005f'
green: '0x5faf00'
yellow: '0xd7af5f'
blue: '0x5fafd7'
magenta: '0x808080'
cyan: '0xd7875f'
white: '0xd0d0d0'
# Bright colors
bright:
black: '0x585858'
red: '0x5faf5f'
green: '0xafd700'
yellow: '0xaf87d7'
blue: '0xffaf00'
magenta: '0xffaf00'
cyan: '0x00afaf'
white: '0x5f8787'