mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
add flexoki, github light2, remedy, rose-pine
This commit is contained in:
parent
7c3b78606d
commit
3430c14f43
14 changed files with 249 additions and 14 deletions
30
themes/remedy_dark.toml
Normal file
30
themes/remedy_dark.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# From: https://github.com/alacritty/alacritty-theme/blob/master/themes/remedy_dark.toml
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#2c2b2a'
|
||||
foreground = '#f9e7c4'
|
||||
|
||||
dim_foreground = '#685E4A'
|
||||
bright_foreground = '#1C1508'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#282a2e'
|
||||
red = '#a54242'
|
||||
green = '#8c9440'
|
||||
yellow = '#de935f'
|
||||
blue = '#5f819d'
|
||||
magenta = '#85678f'
|
||||
cyan = '#5e8d87'
|
||||
white = '#707880'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#373b41'
|
||||
red = '#cc6666'
|
||||
green = '#b5bd68'
|
||||
yellow = '#f0c674'
|
||||
blue = '#81a2be'
|
||||
magenta = '#b294bb'
|
||||
cyan = '#8abeb7'
|
||||
white = '#c5c8c6'
|
||||
Loading…
Add table
Add a link
Reference in a new issue