about summary refs log tree commit diff
# Themes for xfce4-terminal

## Install

Per user: 
`make`
System-wide: 
`cp *.theme /usr/share/xfce4/terminal/colorschemes`

## Notes on theme creation

ColorPalette is a semicolon-separated list of hex values (octothorpe included) in ANSI color order:

black;red;green;yellow;blue;magenta;cyan;ltgrey;dkgrey;brred;brgreen;bryellow;brblue;brmagenta;brcyan;white

If ForegroundColor and BackgroundColor aren't specified, the background will be the first color in ColorPalette and the foreground will be the last (typically this results in a dark theme).

If TabActivityColor isn't set, the default of #A00 will be used.

ColorCursorUseDefault (set to FALSE to use the following)
ColorCursorForeground (unsure when this is actually used)
ColorCursor (used to draw the cursor, defaults to ForegroundColor)

ColorSelectionUseDefault (set to FALSE to use the following instead of just inverting text fg/bg)
ColorSelection
ColorSelectionBackground

Hexadecimal color codes can be 48 bit, I don't know if they're just passed to X11 as an `rgb:xx/yy/zz` directly.

## TODO

Create a theme using at least a few of the 12 Bit Rainbow colors or similar methodology:
#817
#a35
#c66
#e94
#ed0
#9d5
#4d8
#2cb
#0bc
#09c
#36b
#639

(CC0, but here is attribution anyway: https://iamkate.com/data/12-bit-rainbow/)

## Credits

[Gruvbox by Pavel Pertsev](https://github.com/morhetz/gruvbox) (MIT license)
[Selenized by Jan Warchol](https://github.com/jan-warchol/selenized) (implied license to use without modifying accent colors) based on [Solarized by Ethan Schoonover](https://ethanschoonover.com/solarized) (MIT license)
Tomorrow's Stars by Starfall, lightly adapted from [Tomorrow by Chris Kempson](https://github.com/chriskempson/tomorrow-theme) (MIT license)
[Nightfox themes by James Simpson](https://github.com/EdenEast/nightfox.nvim) (MIT license)

## License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2022-2023 Starfall <us@starfall.systems>

Everyone is permitted to copy and distribute verbatim or modified copies of this license document,
and changing it is allowed as long as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.