Skip to content

Instantly share code, notes, and snippets.

@BobbyWibowo
Created May 24, 2022 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BobbyWibowo/be5a7a5e01a585233c491f270e34a7e4 to your computer and use it in GitHub Desktop.
Save BobbyWibowo/be5a7a5e01a585233c491f270e34a7e4 to your computer and use it in GitHub Desktop.
# Materia Dark (PapirusDevelopmentTeam/materia-kde)
background #181818
foreground #eff0f1
cursor #eff0f1
selection_background #ffffff
selection_foreground #2d2c2d
color0 #181818
color1 #e14245
color2 #55ba79
color3 #f67400
color4 #4285f4
color5 #9b59b6
color6 #1abc9c
color7 #eff0f1
color8 #7f8c8d
color9 #c0392b
color10 #00c853
color11 #fdbc4b
color12 #6aa6f4
color13 #8e44ad
color14 #16a085
color15 #fcfcfc
@BobbyWibowo
Copy link
Author

BobbyWibowo commented May 24, 2022

image

Font: JetBrainsMono at size 11
Additionally, adjust_line_height 95% in Kitty config
And have NerdFontsSymbolsOnly from ryanosis/nerd-fonts installed
Kitty does not fully support patched fonts for performance reasons (reference), but it will correctly pick up additional symbols from said symbols-only font

Shell: ZSH + Powerlevel10k theme

Neofetch will not render bold text in bright colors, which used to be what I did with the Alacritty colorscheme, since it is a behavior that Kitty does not condone (reference)
It's fine by me either way, but definitely should be noted


Installation

  1. Save file into your Kitty local config directory (typically ~/.config/kitty)
  2. Then add include ./kitty-materia-dark.conf somewhere in your kitty.conf

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