Skip to content

Commit

Permalink
Merge pull request #92 from jaytyrrell13/add-ghostty-extras
Browse files Browse the repository at this point in the history
Add Ghostty extras
  • Loading branch information
rmehri01 authored Jan 3, 2025
2 parents 3bb6d3a + 1af79c4 commit af734cc
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ You can also use the OneNord color palette for other plugins using `local colors

## Extras

Extra color configs for [Kitty](extras/kitty/), [Alacritty](extras/alacritty/), [iTerm](extras/iterm/), [Warp](extras/warp/), and [Xresources](extras/xresources/) can be found in [extras](https://github.com/rmehri01/onenord.nvim/blob/main/extras). To use them, refer to their respective documentation.
Extra color configs for [Kitty](extras/kitty/), [Alacritty](extras/alacritty/), [iTerm](extras/iterm/), [Warp](extras/warp/), [Xresources](extras/xresources/), [Wezterm](extras/wezterm/), and [Ghostty](extras/ghostty/) can be found in [extras](https://github.com/rmehri01/onenord.nvim/blob/main/extras). To use them, refer to their respective documentation.

![An example of the Kitty onenord theme](https://user-images.githubusercontent.com/52933714/139562438-d05ceebe-cf01-4948-bdab-6d0969f22087.png)

Expand Down
28 changes: 28 additions & 0 deletions extras/ghostty/onenord
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# OneNord colorscheme for Ghostty terminal emulator.
#
# To use this theme, place this file in the .config/ghostty/themes directory and load is inside of your .config/ghostty/config file with:
#
# theme = onenord
#

palette = 0=#3B4252
palette = 1=#E06C75
palette = 2=#9EC183
palette = 3=#EBCB8B
palette = 4=#81A1C1
palette = 5=#B988B0
palette = 6=#88C0D0
palette = 7=#E5E9F0
palette = 8=#4C566A
palette = 9=#E06C75
palette = 10=#9EC183
palette = 11=#EBCB8B
palette = 12=#81A1C1
palette = 13=#B988B0
palette = 14=#8FBCBB
palette = 15=#ECEFF4
background = 2E3440
foreground = E5E9F0
cursor-color = 3879C5
selection-background = 3F4758
selection-foreground = E5E9F0
28 changes: 28 additions & 0 deletions extras/ghostty/onenord-light
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# OneNord Light colorscheme for Ghostty terminal emulator.
#
# To use this theme, place this file in the .config/ghostty/themes directory and load is inside of your .config/ghostty/config file with:
#
# theme = onenord-light
#

palette = 0=#3B4252
palette = 1=#E06C75
palette = 2=#9EC183
palette = 3=#EBCB8B
palette = 4=#81A1C1
palette = 5=#B988B0
palette = 6=#88C0D0
palette = 7=#E5E9F0
palette = 8=#4C566A
palette = 9=#E06C75
palette = 10=#9EC183
palette = 11=#EBCB8B
palette = 12=#81A1C1
palette = 13=#B988B0
palette = 14=#8FBCBB
palette = 15=#ECEFF4
background = 2E3440
foreground = E5E9F0
cursor-color = 3879C5
selection-background = 3F4758
selection-foreground = E5E9F0

0 comments on commit af734cc

Please sign in to comment.