mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
add three light themes
This commit is contained in:
parent
ea9af47d0d
commit
be87f42843
7 changed files with 107 additions and 0 deletions
|
|
@ -105,6 +105,9 @@ modified from KDE Breeze by robocopAlpha
|
|||
|
||||

|
||||
|
||||
### Github Light [YML](themes/githubLight.yml)
|
||||

|
||||
|
||||
### Gruvbox [YML](themes/gruvbox.yml)
|
||||
|
||||

|
||||
|
|
@ -137,9 +140,15 @@ The color Yellow `#FFD700` has taken from [Blood Moon](themes/bloodmoon.yml).
|
|||
### Monokai Soda version 2 [YML](themes/monokaiSoda2.yml)
|
||||
Gray and white are changed from the base theme
|
||||

|
||||
### PaperColor Light [YML](themes/paperColorLight.yml)
|
||||

|
||||
|
||||
|
||||
### Paraiso Dark [YML](themes/paraisoDark.yml)
|
||||
|
||||

|
||||
### Pencil Light [YML](themes/pencilLight.yml)
|
||||

|
||||
|
||||
### Pop OS [YML](themes/pop_OS.yml)
|
||||
|
||||
|
|
|
|||
BIN
assets/githubLight.png
Normal file
BIN
assets/githubLight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 138 KiB |
BIN
assets/paperColorLight.png
Normal file
BIN
assets/paperColorLight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
assets/pencilLight.png
Normal file
BIN
assets/pencilLight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
33
themes/githubLight.yml
Normal file
33
themes/githubLight.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Colors (Github Light)
|
||||
# Source: https://github.com/projekt0n/github-theme-contrib/blob/main/alacritty/github_light.yml
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xffffff'
|
||||
foreground: '0x24292f'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x24292e'
|
||||
red: '0xd73a49'
|
||||
green: '0x28a745'
|
||||
yellow: '0xdbab09'
|
||||
blue: '0x0366d6'
|
||||
magenta: '0x5a32a3'
|
||||
cyan: '0x0598bc'
|
||||
white: '0x6a737d'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x959da5'
|
||||
red: '0xcb2431'
|
||||
green: '0x22863a'
|
||||
yellow: '0xb08800'
|
||||
blue: '0x005cc5'
|
||||
magenta: '0x5a32a3'
|
||||
cyan: '0x3192aa'
|
||||
white: '0xd1d5da'
|
||||
|
||||
indexed_colors:
|
||||
- { index: 16, color: '0xd18616' }
|
||||
- { index: 17, color: '0xcb2431' }
|
||||
34
themes/paperColorLight.yml
Normal file
34
themes/paperColorLight.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Colors (PaperColor Light)
|
||||
# Source: https://github.com/NLKNguyen/papercolor-theme/blob/master/colors/PaperColor.vim#L36
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xeeeeee'
|
||||
foreground: '0x444444'
|
||||
cursor:
|
||||
text: '0xeeeeee'
|
||||
cursor: '0x444444'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0xeeeeee'
|
||||
red: '0xaf0000'
|
||||
green: '0x008700'
|
||||
yellow: '0x5f8700'
|
||||
blue: '0x0087af'
|
||||
magenta: '0x878787'
|
||||
cyan: '0x005f87'
|
||||
white: '0x444444'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0xbcbcbc'
|
||||
red: '0xd70000'
|
||||
green: '0xd70087'
|
||||
yellow: '0x8700af'
|
||||
blue: '0xd75f00'
|
||||
magenta: '0xd75f00'
|
||||
cyan: '0x005faf'
|
||||
white: '0x005f87'
|
||||
|
||||
31
themes/pencilLight.yml
Normal file
31
themes/pencilLight.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Colors (Pencil Light)
|
||||
# Source: https://github.com/mattly/iterm-colors-pencil
|
||||
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0xf1f1f1'
|
||||
foreground: '0x424242'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x212121'
|
||||
red: '0xc30771'
|
||||
green: '0x10a778'
|
||||
yellow: '0xa89c14'
|
||||
blue: '0x008ec4'
|
||||
magenta: '0x523c79'
|
||||
cyan: '0x20a5ba'
|
||||
white: '0xe0e0e0'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x212121'
|
||||
red: '0xfb007a'
|
||||
green: '0x5fd7af'
|
||||
yellow: '0xf3e430'
|
||||
blue: '0x20bbfc'
|
||||
magenta: '0x6855de'
|
||||
cyan: '0x4fb8cc'
|
||||
white: '0xf1f1f1'
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue