xfce4-terminal themes. also a couple of QTerminal ones from when I was using KDE
Find a file
2025-10-23 10:36:22 -04:00
images reup preview images 2025-03-20 14:22:45 -05:00
QTerminal tomorrows-stars is now lagos 2025-03-20 13:47:49 -05:00
xfce4-terminal tomorrows-stars is now lagos 2025-03-20 13:47:49 -05:00
Makefile don't break make when qterminal or xfce4-terminal isn't installed 2025-03-20 13:46:04 -05:00
README.md Update README.md 2025-10-23 10:36:22 -04:00

Themes for xfce4-terminal and QTerminal

Install

Per user: make System-wide: cp xfce4-terminal/*.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 (MIT license)
Selenized by Jan Warchol (implied license to use without modifying accent colors) based on Solarized by Ethan Schoonover (MIT license)
Lagos by Rabbit Whispers, lightly adapted from Tomorrow by Chris Kempson (MIT license)

License

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

Copyright (C) 2022-2025 Rabbit Whispers 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

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