add flexoki, github light2, remedy, rose-pine

This commit is contained in:
Deepankar Chakroborty 2024-06-16 11:08:20 -07:00
parent 7c3b78606d
commit 3430c14f43
14 changed files with 249 additions and 14 deletions

30
themes/remedy_dark.toml Normal file
View 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'