Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Static installation requires these RGB values to be inserted manually in your
The included [palettes.txt](./palettes.txt) file may help you in this respect. This
is a plain-text file with formatted RGB values for:

* ghostty

* alacritty

* kitty
Expand Down
62 changes: 62 additions & 0 deletions install/palettes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
--------------------------------------------------------------------------------
Format: ghostty
--------------------------------------------------------------------------------
Light palette
---------------

palette = 0=#ffffff
palette = 1=#9c341f
palette = 2=#004c73
palette = 3=#805619
palette = 4=#223355
palette = 5=#663d52
palette = 6=#4b5363
palette = 7=#898e99
palette = 8=#686868
palette = 9=#9c341f
palette = 10=#004c73
palette = 11=#40290a
palette = 12=#223355
palette = 13=#663d52
palette = 14=#002a40
palette = 15=#d1d1d1

background = #fdfdfa
foreground = #000000

cursor-color = #000000
cursor-text = #fdfdfa

selection-background = #686868
selection-foreground = #fdfdfa

---------------
Dark palette
---------------

palette = 0=#000000
palette = 1=#f2826d
palette = 2=#6dafb5
palette = 3=#e0ba70
palette = 4=#8fb4cd
palette = 5=#bb98d9
palette = 6=#b2babf
palette = 7=#e6e4d3
palette = 8=#b3b3b3
palette = 9=#f2826d
palette = 10=#6dafb5
palette = 11=#ffdd99
palette = 12=#8fb4cd
palette = 13=#bb98d9
palette = 14=#a9c9cc
palette = 15=#2f4656

background = #1a2938
foreground = #fdfdd9

cursor-color = #fdfdd9
cursor-text = #1a2938

selection-background = #b3b3b3
selection-foreground = #1a2938

--------------------------------------------------------------------------------
Format: alacritty
--------------------------------------------------------------------------------
Expand Down