You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Colors (Oceanic Next)colors:
# Default colorsprimary:
background: '#1b2b34'">'#1b2b34' foreground: '#d8dee9'">'#d8dee9'# Colors the cursor will use if `custom_cursor_colors` is truecursor:
text: '#1b2b34'">'#1b2b34' cursor: '#ffffff'">'#ffffff'# Normal colorsnormal:
black: '#343d46'">'#343d46' red: '#EC5f67'">'#EC5f67'green: '#99C794'">'#99C794' yellow: '#FAC863'">'#FAC863'blue: '#6699cc'">'#6699cc' magenta: '#c594c5'">'#c594c5'cyan: '#5fb3b3'">'#5fb3b3' white: '#d8dee9'">'#d8dee9'# Bright colorsbright:
black: '#343d46'">'#343d46' red: '#EC5f67'">'#EC5f67'green: '#99C794'">'#99C794' yellow: '#FAC863'">'#FAC863'blue: '#6699cc'">'#6699cc' magenta: '#c594c5'">'#c594c5'cyan: '#5fb3b3'">'#5fb3b3' white: '#d8dee9'">'#d8dee9'
One
# Colors (One Dark)colors:
# Default colorsprimary:
background: '#282c34'">'#282c34' foreground: '#abb2bf'">'#abb2bf'# Normal colorsnormal:
# NOTE: Use '#131613' for the `black` color if you'd like to see"># NOTE: Use '#131613' for the `black` color if you'd like to see# black text on the background.black: '#282c34'">'#282c34' red: '#e06c75'">'#e06c75'green: '#98c379'">'#98c379' yellow: '#d19a66'">'#d19a66'blue: '#61afef'">'#61afef' magenta: '#c678dd'">'#c678dd'cyan: '#56b6c2'">'#56b6c2' white: '#abb2bf'">'#abb2bf'# Bright colorsbright:
black: '#5c6370'">'#5c6370' red: '#e06c75'">'#e06c75'green: '#98c379'">'#98c379' yellow: '#d19a66'">'#d19a66'blue: '#61afef'">'#61afef' magenta: '#c678dd'">'#c678dd'cyan: '#56b6c2'">'#56b6c2' white: '#ffffff'">'#ffffff'
# Colors (One Light)colors:
# Default colorsprimary:
foreground: '#282c34'">'#282c34' background: '#ffffff'">'#ffffff'# Normal colorsnormal:
# NOTE: Use '#131613' for the `black` color if you'd like to see"># NOTE: Use '#131613' for the `black` color if you'd like to see# black text on the background.black: '#282c34'">'#282c34' red: '#e06c75'">'#e06c75'green: '#98c379'">'#98c379' yellow: '#d19a66'">'#d19a66'blue: '#61afef'">'#61afef' magenta: '#c678dd'">'#c678dd'cyan: '#56b6c2'">'#56b6c2' white: '#abb2bf'">'#abb2bf'# Bright colorsbright:
black: '#5c6370'">'#5c6370' red: '#e06c75'">'#e06c75'green: '#98c379'">'#98c379' yellow: '#d19a66'">'#d19a66'blue: '#61afef'">'#61afef' magenta: '#c678dd'">'#c678dd'cyan: '#56b6c2'">'#56b6c2' white: '#ffffff'">'#ffffff'
Color schemes
Colors can be set using the
'#rrggbb'
format (including the quotes to denote them as strings).Multiple Schemes
You can define multiple color schemes and use anchors to choose which one Alacritty will use. For example:
With this config, Alacritty will use Solarized Light. To switch to the dark version, change
colors: *light
tocolors: *dark
.Afterglow
Argonaut
Ayu Dark
Ayu Mirage
Base16 Default Dark
Blood Moon
Breeze
Campbell
Cobalt 2
Darkside
Darktooth
Dracula
Gruvbox
Hybrid
Hyper
Iceberg
IR Black
iTerm Default
Jellybeans
Kitty
Material Theme
Molokai
Monokai
Monokai Pro
Monokai Soda
New Moon
Nightfly
Nord
Nova
Oceanic Next
One
Oxide
Pencil
Seabird
Seoul256
Snazzy
Solarized
Sourcerer
substrata
Taerminal
Tango
Tangoish
Tender
Terminal.app
Tomorrow Night
Tomorrow Night Bright
Ubuntu
Wombat
XTerm
Add a custom footer
Pages 9
Add a custom sidebar
Clone this wiki locally
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
https://github.com/alacritty/alacritty/wiki/Color-schemes
The text was updated successfully, but these errors were encountered: