diff --git a/README.md b/README.md index 192a20c..75064f8 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/extras/ghostty/onenord b/extras/ghostty/onenord new file mode 100644 index 0000000..e62ab9e --- /dev/null +++ b/extras/ghostty/onenord @@ -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 diff --git a/extras/ghostty/onenord-light b/extras/ghostty/onenord-light new file mode 100644 index 0000000..2d384bd --- /dev/null +++ b/extras/ghostty/onenord-light @@ -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