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
1018 B
TOML
47 lines
1018 B
TOML
1 month ago
|
# -----------------------------------------------------------------------------
|
||
|
# TokyoNight Alacritty Colors
|
||
|
# Theme: Tokyo Night
|
||
|
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_night.toml
|
||
|
# Last Update: 16 Dec 2024, 4 AM, commit hash: 92c0e5391bc18b969180f64cab61eaa8d749ebde
|
||
|
# -----------------------------------------------------------------------------
|
||
|
|
||
|
# Default colors
|
||
|
[colors.primary]
|
||
|
background = '#1a1b26'
|
||
|
foreground = '#c0caf5'
|
||
|
|
||
|
#[colors.cursor]
|
||
|
#cursor = '#c0caf5'
|
||
|
#text = '#1a1b26'
|
||
|
|
||
|
# Normal colors
|
||
|
[colors.normal]
|
||
|
black = '#15161e'
|
||
|
red = '#f7768e'
|
||
|
green = '#9ece6a'
|
||
|
yellow = '#e0af68'
|
||
|
blue = '#7aa2f7'
|
||
|
magenta = '#bb9af7'
|
||
|
cyan = '#7dcfff'
|
||
|
white = '#a9b1d6'
|
||
|
|
||
|
# Bright colors
|
||
|
[colors.bright]
|
||
|
black = '#414868'
|
||
|
red = '#ff899d'
|
||
|
green = '#9fe044'
|
||
|
yellow = '#faba4a'
|
||
|
blue = '#8db0ff'
|
||
|
magenta = '#c7a9ff'
|
||
|
cyan = '#a4daff'
|
||
|
white = '#c0caf5'
|
||
|
|
||
|
# Indexed Colors
|
||
|
[[colors.indexed_colors]]
|
||
|
index = 16
|
||
|
color = '#ff9e64'
|
||
|
|
||
|
[[colors.indexed_colors]]
|
||
|
index = 17
|
||
|
color = '#db4b4b'
|