You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1022 B
TOML
47 lines
1022 B
TOML
1 month ago
|
# -----------------------------------------------------------------------------
|
||
|
# TokyoNight Alacritty Colors
|
||
|
# Theme: Tokyo Night Moon
|
||
|
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_moon.toml
|
||
|
# Last Update: 16 Dec 2024, 4 AM, commit hash: 92c0e5391bc18b969180f64cab61eaa8d749ebde
|
||
|
# -----------------------------------------------------------------------------
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#222436'
|
||
|
foreground = '#c8d3f5'
|
||
|
|
||
|
#[colors.cursor]
|
||
|
#cursor = '#c8d3f5'
|
||
|
#text = '#222436'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#1b1d2b'
|
||
|
red = '#ff757f'
|
||
|
green = '#c3e88d'
|
||
|
yellow = '#ffc777'
|
||
|
blue = '#82aaff'
|
||
|
magenta = '#c099ff'
|
||
|
cyan = '#86e1fc'
|
||
|
white = '#828bb8'
|
||
|
|
||
|
# Bright colors
|
||
|
[colors.bright]
|
||
|
black = '#444a73'
|
||
|
red = '#ff8d94'
|
||
|
green = '#c7fb6d'
|
||
|
yellow = '#ffd8ab'
|
||
|
blue = '#9ab8ff'
|
||
|
magenta = '#caabff'
|
||
|
cyan = '#b2ebff'
|
||
|
white = '#c8d3f5'
|
||
|
|
||
|
# Indexed Colors
|
||
|
[[colors.indexed_colors]]
|
||
|
index = 16
|
||
|
color = '#ff966c'
|
||
|
|
||
|
[[colors.indexed_colors]]
|
||
|
index = 17
|
||
|
color = '#c53b53'
|