-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a port of the VS Code Night Owl theme for Ghostty Terminal
- Loading branch information
0 parents
commit aa7700d
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2025 Nithin Puthenveettil | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
palette = 0=#011627 | ||
palette = 1=#EF5350 | ||
palette = 2=#22DA6E | ||
palette = 3=#ADDB67 | ||
palette = 4=#82AAFF | ||
palette = 5=#C792EA | ||
palette = 6=#21C7A8 | ||
palette = 7=#FFFFFF | ||
palette = 8=#575656 | ||
palette = 9=#EF5350 | ||
palette = 10=#22DA6E | ||
palette = 11=#FFEB95 | ||
palette = 12=#82AAFF | ||
palette = 13=#C792EA | ||
palette = 14=#7FDBCA | ||
palette = 15=#FFFFFF | ||
background = #011627 | ||
foreground = #D6DEEB | ||
cursor-color = #7E57C2 | ||
cursor-text = #FFFFFF | ||
selection-background = #5F7E97 | ||
selection-foreground = #DEE5EE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Night Owl theme for Ghostty Terminal :night_with_stars: :owl: | ||
|
||
A port of Sarah Drasner’s [Night Owl VS Code theme](https://github.com/sdras/night-owl-vscode-theme) for [Ghostty Terminal](https://ghostty.org/). | ||
|
||
Inspired from Nick Cernis's [Night Owl port for iterm](https://github.com/nickcernis/iterm2-night-owl). | ||
|
||
![ghostty night owl colours](night_owl_ghostty.png) | ||
|
||
## Installation | ||
1. Download the latest release ZIP file from the Releases section. | ||
2. Extract the ZIP file, and you’ll find a file named `Night_Owl` inside. | ||
3. Copy the `Night_Owl` file to your Ghostty config themes folder. The default path is usually `your_home_folder/.config/ghostty/themes/`. | ||
4. If you don’t already have a ghostty config folder, kindly create it at the above location and then paste the file there. | ||
5. Install [Ghostty Terminal](https://ghostty.org/) if you haven’t already. | ||
6. Open Ghostty terminal. | ||
7. Press <kbd>Cmd</kbd> + <kbd>,</kbd> to open the config file. | ||
8. Add the following line to the config file: | ||
```ini | ||
theme = Night_Owl | ||
``` | ||
9. To apply the theme, press <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>,</kbd> from the ghostty terminal to reload the config. | ||
10. That’s it! You’ve successfully installed the stunning Night Owl theme for Ghostty terminal. Enjoy! ❤️ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.