mirror of
https://github.com/whatyouhide/gotham-contrib.git
synced 2026-09-10 06:36:14 -04:00
Add kitty terminal color scheme (#42)
This commit is contained in:
parent
7451425dac
commit
ca126b3c98
|
|
@ -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
21
kitty/Gotham.conf
Normal 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
|
||||
Loading…
Reference in a new issue