Add kitty terminal color scheme (#42)

This commit is contained in:
Vaibhav Kaushik 2021-06-03 14:49:02 +05:30 committed by GitHub
parent 7451425dac
commit ca126b3c98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View file

@ -260,6 +260,13 @@ Copy the file [xfce4-terminal/gotham.theme](xfce4-terminal/gotham.theme) to `/us
Go into `Preferences > Colors > Presets` and the colorscheme Gotham should be in the list. The change of colorscheme is immediate.
### kitty
Copy the file [kitty/Gotham.conf](kitty/Gotham.conf) to `~/.config/kitty/`
Add this line to your `kitty.conf` configuration file: `include ~/.config/kitty/Gotham.conf`
## Contributing
I'm more than happy to accept Pull Requests of any kind: bug fixes, support for

21
kitty/Gotham.conf Normal file
View file

@ -0,0 +1,21 @@
background #0a0f14
foreground #98d1ce
cursor #98d1ce
selection_background #383838
color0 #0a0f14
color1 #c33027
color2 #26a98b
color3 #edb54b
color4 #195465
color5 #4e5165
color6 #33859d
color7 #98d1ce
color8 #10151b
color9 #d26939
color10 #081f2d
color11 #245361
color12 #093748
color13 #888ba5
color14 #599caa
color15 #d3ebe9
selection_foreground #d8d8d8