-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |