Skip to content

Instantly share code, notes, and snippets.

@r-darwish
Created December 27, 2018 08:25
Show Gist options
  • Star 35 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save r-darwish/f8bb21a6c89a02c4bef76cc38bddad39 to your computer and use it in GitHub Desktop.
Save r-darwish/f8bb21a6c89a02c4bef76cc38bddad39 to your computer and use it in GitHub Desktop.
Alacritty One Dark Theme
colors:
# Default colors
primary:
background: '0x1e2127'
foreground: '0xabb2bf'
# Bright and dim foreground colors
#
# The dimmed foreground color is calculated automatically if it is not present.
# If the bright foreground color is not set, or `draw_bold_text_with_bright_colors`
# is `false`, the normal foreground color will be used.
#dim_foreground: '0x9a9a9a'
bright_foreground: '0xe6efff'
# Cursor colors
#
# Colors which should be used to draw the terminal cursor. If these are unset,
# the cursor color will be the inverse of the cell color.
#cursor:
# text: '0x000000'
# cursor: '0xffffff'
# Normal colors
normal:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0x828791'
# Bright colors
bright:
black: '0x5c6370'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0xe6efff'
# Dim colors
#
# If the dim colors are not set, they will be calculated automatically based
# on the `normal` colors.
dim:
black: '0x1e2127'
red: '0xe06c75'
green: '0x98c379'
yellow: '0xd19a66'
blue: '0x61afef'
magenta: '0xc678dd'
cyan: '0x56b6c2'
white: '0x828791'
# Indexed Colors
#
# The indexed colors include all colors from 16 to 256.
# When these are not set, they're filled with sensible defaults.
#indexed_colors:
# - { index: 16, color: '0x000000' }
@jhsul
Copy link

jhsul commented Apr 29, 2022

Thanks

@FIONover
Copy link

Thank you so much !!!

@aniketjs
Copy link

OwO gives le kissies tanks mwista UwU (THE FOG IS COMING THE FOG IS COMING ITS COMING THE FOG IS COMING THE FOG IS COMING)

@fnxln
Copy link

fnxln commented Oct 21, 2022

thx bro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment