Skip to content

Instantly share code, notes, and snippets.

@BobbyWibowo
Last active May 24, 2022 18:10
Show Gist options
  • Save BobbyWibowo/9b636c02c06b6f1a1181b0f5096b3928 to your computer and use it in GitHub Desktop.
Save BobbyWibowo/9b636c02c06b6f1a1181b0f5096b3928 to your computer and use it in GitHub Desktop.
Materia Dark colorscheme for Alacritty
# If `true`, bold text is drawn using the bright color variants.
draw_bold_text_with_bright_colors: true
# Colors (Materia Dark)
colors:
# Default colors
primary:
background: '0x181818'
foreground: '0xeff0f1'
# Normal colors
normal:
black: '0x181818'
red: '0xe14245'
green: '0x55ba79'
yellow: '0xf67400'
blue: '0x4285f4'
magenta: '0x9b59b6'
cyan: '0x1abc9c'
white: '0xeff0f1'
# Bright colors
bright:
black: '0x7f8c8d'
red: '0xc0392b'
green: '0x00c853'
yellow: '0xfdbc4b'
blue: '0x6aa6f4'
magenta: '0x8e44ad'
cyan: '0x16a085'
white: '0xfcfcfc'
# Dim colors (Optional)
dim:
black: '0x181818'
red: '0x783228'
green: '0x149459'
yellow: '0xb65619'
blue: '0x345284'
magenta: '0x614a73'
cyan: '0x186c60'
white: '0x63686d'
@BobbyWibowo
Copy link
Author

I'm moving to Kitty https://github.com/kovidgoyal/kitty

Here's a matching Materia Dark colorscheme for Kitty for those interested:
https://gist.github.com/BobbyWibowo/be5a7a5e01a585233c491f270e34a7e4

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