This commit is contained in:
Emily 2021-07-28 15:54:37 +10:00
commit b0c8191788
20 changed files with 836 additions and 0 deletions

View file

@ -0,0 +1,22 @@
colors:
primary:
background: "#2A2331"
foreground: "#DEDBEB"
normal:
black: "#28222d"
red: "#ed3f7f"
green: "#a2baa8"
yellow: "#eacac0"
blue: "#9985d1"
magenta: "#e68ac1"
cyan: "#aabae7"
white: "#dedbeb"
bright:
black: "#302838"
red: "#fb5c8e"
green: "#bfd1c3"
yellow: "#f0ddd8"
blue: "#b4a4de"
magenta: "#edabd2"
cyan: "#c4d1f5"
white: "#edebf7"

View file

@ -0,0 +1,53 @@
colors:
primary:
background: '0x282a36'
foreground: '0xf8f8f2'
cursor:
text: CellBackground
cursor: CellForeground
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
search:
matches:
foreground: '0x44475a'
background: '0x50fa7b'
focused_match:
foreground: '0x44475a'
background: '0xffb86c'
bar:
background: '0x282a36'
foreground: '0xf8f8f2'
line_indicator:
foreground: None
background: None
selection:
text: CellForeground
background: '0x44475a'
normal:
black: '0x000000'
red: '0xff5555'
green: '0x50fa7b'
yellow: '0xf1fa8c'
blue: '0xbd93f9'
magenta: '0xff79c6'
cyan: '0x8be9fd'
white: '0xbfbfbf'
bright:
black: '0x4d4d4d'
red: '0xff6e67'
green: '0x5af78e'
yellow: '0xf4f99d'
blue: '0xcaa9fa'
magenta: '0xff92d0'
cyan: '0x9aedfe'
white: '0xe6e6e6'
dim:
black: '0x14151b'
red: '0xff2222'
green: '0x1ef956'
yellow: '0xebf85b'
blue: '0x4d5b86'
magenta: '0xff46b0'
cyan: '0x59dffc'
white: '0xe6e6d1'

View file

@ -0,0 +1,28 @@
# Colors (Horizon Dark)
colors:
# Primary colors
primary:
background: '0x1c1e26'
foreground: '0xe0e0e0'
# Normal colors
normal:
black: '0x16161c'
red: '0xe95678'
green: '0x29d398'
yellow: '0xfab795'
blue: '0x26bbd9'
magenta: '0xee64ac'
cyan: '0x59e1e3'
white: '0xd5d8da'
# Bright colors
bright:
black: '0x5b5858'
red: '0xec6a88'
green: '0x3fdaa4'
yellow: '0xfbc3a7'
blue: '0x3fc4de'
magenta: '0xf075b5'
cyan: '0x6be4e6'
white: '0xd5d8da'

View file

@ -0,0 +1,24 @@
colors:
primary:
background: '#3f3740'
foreground: '#efcefa'
normal:
black: '#76637c'
red: '#e6b2a5'
green: '#99a5b0'
yellow: '#fdf2c3'
blue: '#cfe7fc'
magenta: '#9576b0'
cyan: '#fca9d7'
white: '#c3c4fe'
bright:
black: '#76637c'
red: '#e6b2a5'
green: '#99a5b0'
yellow: '#fdf2c3'
blue: '#cfe7fc'
magenta: '#9576b0'
cyan: '#fca9d7'
white: '#c3c4fe'

View file

@ -0,0 +1,32 @@
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: '0x24283b'
foreground: '0xc0caf5'
# Normal colors
normal:
black: '0x1D202F'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xa9b1d6'
# Bright colors
bright:
black: '0x414868'
red: '0xf7768e'
green: '0x9ece6a'
yellow: '0xe0af68'
blue: '0x7aa2f7'
magenta: '0xbb9af7'
cyan: '0x7dcfff'
white: '0xc0caf5'
indexed_colors:
- { index: 16, color: '0xff9e64' }
- { index: 17, color: '0xdb4b4b' }