From a4f8b84ef43a3b0ebe90c4246d3e67a8a3e9d8bd Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 27 May 2022 12:35:56 -0500 Subject: Initial commit --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..a62dc62 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Themes for xfce4-terminal + +## Install + +Per user: +`cp *.theme ~/.local/share/xfce4/terminal/colorschemes` +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. + +## 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) + +## License + +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE +Version 2, December 2004 + +Copyright (C) 2022 Starfall + +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. -- cgit