Skip to content

Commit

Permalink
Add Ghostty configuration and colors
Browse files Browse the repository at this point in the history
Add Ghostty colors and configuration as well as a very short readme to
explain how to set it up.
  • Loading branch information
jorgebef committed Oct 27, 2024
1 parent 1ee4044 commit f05b6a0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platforms/ghostty/README.md
Original file line number Diff line number Diff line change
@@ -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`


27 changes: 27 additions & 0 deletions platforms/ghostty/nordic
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f05b6a0

Please sign in to comment.