From f05b6a05fd2916dec1d1f2ef5b684ae0b758bbf9 Mon Sep 17 00:00:00 2001 From: Jorge Befan Date: Sun, 27 Oct 2024 21:48:39 +0100 Subject: [PATCH] Add Ghostty configuration and colors Add Ghostty colors and configuration as well as a very short readme to explain how to set it up. --- platforms/ghostty/README.md | 12 ++++++++++++ platforms/ghostty/nordic | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 platforms/ghostty/README.md create mode 100644 platforms/ghostty/nordic diff --git a/platforms/ghostty/README.md b/platforms/ghostty/README.md new file mode 100644 index 00000000..2702c370 --- /dev/null +++ b/platforms/ghostty/README.md @@ -0,0 +1,12 @@ +To use this theme you have 2 options to install it: + +- Clone the theme file and set the theme option in your config to the absolute path of the theme file. +Example: + +```ini +theme = "/home/jbef/.config/ghostty/nordic" +``` + +- Copy the code directly inside your `ghostty` configuration file, usually located at `$HOME/.config/ghostty/config` + + diff --git a/platforms/ghostty/nordic b/platforms/ghostty/nordic new file mode 100644 index 00000000..80893bd0 --- /dev/null +++ b/platforms/ghostty/nordic @@ -0,0 +1,27 @@ +# Nordic Colorscheme for Ghostty. +# Based on https://github.com/AlexvZyl/nordic.nvim +# Author: @jorgebef + +palette = 0=#191D24 +palette = 1=#BF616A +palette = 2=#A3BE8C +palette = 3=#EBCB8B +palette = 4=#81A1C1 +palette = 5=#B48EAD +palette = 6=#8FBCBB +palette = 7=#D8DEE9 + +palette = 8=#3B4252 +palette = 9=#D06F79 +palette = 10=#B1D196 +palette = 11=#F0D399 +palette = 12=#88C0D0 +palette = 13=#C895BF +palette = 14=#93CCDC +palette = 15=#E5E9F0 + +background = #242933 +foreground = #D8DEE9 +cursor-color = #D8DEE9 +selection-background = #2E3440 +selection-foreground = #D8DEE9