about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-05-27 12:35:56 -0500
committerStarfall <us@starfall.systems>2022-05-27 12:38:43 -0500
commita4f8b84ef43a3b0ebe90c4246d3e67a8a3e9d8bd (patch)
treec01b897319bee05c3e9d92d6105b8c2c6b09d479 /README.md
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md39
1 files changed, 39 insertions, 0 deletions
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 <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.