diff options
author | Starfall <us@starfall.systems> | 2023-01-17 10:57:19 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-01-17 11:04:31 -0600 |
commit | 719ccd0ac1b93494cfedff8587a75ca0af823fd9 (patch) | |
tree | 35a16c441b79c9eb1f4b5efa2a2bf37477de6d61 /README.md | |
parent | a4f8b84ef43a3b0ebe90c4246d3e67a8a3e9d8bd (diff) |
add Nightfox themes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index a62dc62..be57e6e 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,29 @@ If ForegroundColor and BackgroundColor aren't specified, the background will be 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. + ## 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 Starfall <us@starfall.systems> +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. |