mirror of
https://github.com/whatyouhide/gotham-contrib.git
synced 2026-09-10 06:36:14 -04:00
Added Gotham colorscheme for xfce4-terminal (#39)
This commit is contained in:
parent
9e9880f4a4
commit
d56af1b363
|
|
@ -247,6 +247,12 @@ A Gotham inspired theme for the syntax highlighting tool [highlight](https://git
|
|||
|
||||
See [highlight/README.md](highlight/README.md) for additional info
|
||||
|
||||
### xfce4-terminal
|
||||
|
||||
Copy the file [xfce4-terminal/gotham.theme](xfce4-terminal/gotham.theme) to `/usr/share/xfce4/terminal/colorschemes/`
|
||||
|
||||
Go into `Preferences > Colors > Presets` and the colorscheme Gotham should be in the list. The change of colorscheme is immediate.
|
||||
|
||||
## Contributing
|
||||
|
||||
I'm more than happy to accept Pull Requests of any kind: bug fixes, support for
|
||||
|
|
|
|||
6
xfce4-terminal/gotham.theme
Normal file
6
xfce4-terminal/gotham.theme
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Scheme]
|
||||
Name=Gotham
|
||||
ColorForeground=#98d1ce
|
||||
ColorBackground=#0a0f14
|
||||
ColorCursor=#98d1ce
|
||||
ColorPalette=#0a0f14;#c33027;#26a98b;#edb54b;#195465;#4e5165;#33859d;#98d1ce;#10151b;#d26939;#081f2d;#245361;#093748;#888ba5;#599caa;#d3ebe9
|
||||
Loading…
Reference in a new issue