Skip to content

Commit

Permalink
Re-add Kitty config files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPickles authored Aug 21, 2024
1 parent 0c5930b commit 6fc8d7f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config/kitty/current-theme.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# vim:ft=kitty

## name: Solarized Dark
## author: Ethan Schoonover
## license: MIT
## blurb: Precision colors for machines and people

background #002b36
foreground #839496
cursor #708183
selection_background #073642
color0 #002731
color8 #001e26
color1 #d01b24
color9 #bd3612
color2 #728905
color10 #465a61
color3 #a57705
color11 #52676f
color4 #2075c7
color12 #708183
color5 #c61b6e
color13 #5856b9
color6 #259185
color14 #81908f
color7 #e9e2cb
color15 #fcf4dc
selection_foreground #93a1a1
16 changes: 16 additions & 0 deletions config/kitty/kitty.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# vim:fileencoding=utf-8:foldmethod=marker

font_family MesloLGS NF
bold_font auto
italic_font auto
bold_italic_font auto

font_size 14

macos_option_as_alt yes
macos_quit_when_last_window_closed yes

# BEGIN_KITTY_THEME
# Solarized Dark
include current-theme.conf
# END_KITTY_THEME

0 comments on commit 6fc8d7f

Please sign in to comment.