fix papercolor_light #16

This commit is contained in:
indrajit 2020-07-08 14:08:31 +06:00
parent a9b7584c6b
commit 4a3fb38dec
No known key found for this signature in database
GPG Key ID: 7D65308546343630
3 changed files with 23 additions and 19 deletions

@ -52,7 +52,7 @@ Or use [alacritty-colorscheme](https://github.com/toggle-corp/alacritty-colorsch
|**_material_theme_mod_**|![material_theme](images/material_theme_mod.png)|
|**_nord_**<br>[source](https://github.com/arcticicestudio/nord)|![nord](images/nord.png)|
|**_one_dark_**|![one_dark](images/one_dark.png)|
|**_papercolor_light_**|![papercolor_light](images/papercolor_light.png)|
|**_papercolor_light_**<br>[source](https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L960)|![papercolor_light](images/papercolor_light.png)|
|**_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)|
|**_snazzy_**<br>[source](https://github.com/sindresorhus/hyper-snazzy)|![snazzy](images/snazzy.png)|

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 KiB

After

Width:  |  Height:  |  Size: 342 KiB

@ -2,27 +2,31 @@
colors:
# Default colors
primary:
background: '0xEEEEEE'
foreground: '0x4D4D4C'
background: '0xeeeeee'
foreground: '0x878787'
cursor:
text: '0xeeeeee'
cursor: '0x878787'
# Normal colors
normal:
black: '0xEDEDED'
red: '0xD7005F'
green: '0x718C00'
yellow: '0xD75F00'
blue: '0x4271AE'
magenta: '0x8959A8'
cyan: '0x3E999F'
white: '0x4D4D4C'
black: '0xeeeeee'
red: '0xaf0000'
green: '0x008700'
yellow: '0x5f8700'
blue: '0x0087af'
magenta: '0x878787'
cyan: '0x005f87'
white: '0x444444'
# Bright colors
bright:
black: '0x969694'
red: '0xD7005F'
green: '0x718C00'
yellow: '0xD75F00'
blue: '0x4271AE'
magenta: '0x8959A8'
cyan: '0x3E999F'
white: '0xF5F5F5'
black: '0xbcbcbc'
red: '0xd70000'
green: '0xd70087'
yellow: '0x8700af'
blue: '0xd75f00'
magenta: '0xd75f00'
cyan: '0x005faf'
white: '0x005f87'