-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
716 additions
and
84 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "4.8.0" | ||
".": "4.9.0" | ||
} |
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
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
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
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,15 @@ | ||
<h3 align="center"> | ||
Tokyonight for <a href="https://github.com/eza-community/eza">eza</a> | ||
</h3> | ||
|
||
### About | ||
|
||
A Tokyonight theme for `eza`, a modern replacement for `ls`. | ||
|
||
### Usage | ||
|
||
1. Copy to `~/.config/eza/theme.yml` | ||
|
||
Note: on MacOS, `eza` will look for the theme file in `~/Library/Application Support/eza` by default. That directory can be overridden by setting `EZA_CONFIG_DIR`. | ||
|
||
For more information, see [eza-themes](https://github.com/eza-community/eza-themes) |
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,102 @@ | ||
colourful: true | ||
|
||
filekinds: | ||
normal: { foreground: "#c0caf5" } | ||
directory: { foreground: "#7aa2f7" } | ||
symlink: { foreground: "#2ac3de" } | ||
pipe: { foreground: "#414868" } | ||
block_device: { foreground: "#e0af68" } | ||
char_device: { foreground: "#e0af68" } | ||
socket: { foreground: "#414868" } | ||
special: { foreground: "#9d7cd8" } | ||
executable: { foreground: "#9ece6a" } | ||
mount_point: { foreground: "#b4f9f8" } | ||
|
||
perms: | ||
user_read: { foreground: "#2ac3de" } | ||
user_write: { foreground: "#bb9af7" } | ||
user_execute_file: { foreground: "#9ece6a" } | ||
user_execute_other: { foreground: "#9ece6a" } | ||
group_read: { foreground: "#2ac3de" } | ||
group_write: { foreground: "#ff9e64" } | ||
group_execute: { foreground: "#9ece6a" } | ||
other_read: { foreground: "#2ac3de" } | ||
other_write: { foreground: "#ff007c" } | ||
other_execute: { foreground: "#9ece6a" } | ||
special_user_file: { foreground: "#ff007c" } | ||
special_other: { foreground: "#db4b4b" } | ||
attribute: { foreground: "#737aa2" } | ||
|
||
size: | ||
major: { foreground: "#2ac3de" } | ||
minor: { foreground: "#9d7cd8" } | ||
number_byte: { foreground: "#a9b1d6" } | ||
number_kilo: { foreground: "#89ddff" } | ||
number_mega: { foreground: "#2ac3de" } | ||
number_giga: { foreground: "#ff9e64" } | ||
number_huge: { foreground: "#ff007c" } | ||
unit_byte: { foreground: "#a9b1d6" } | ||
unit_kilo: { foreground: "#89ddff" } | ||
unit_mega: { foreground: "#2ac3de" } | ||
unit_giga: { foreground: "#ff9e64" } | ||
unit_huge: { foreground: "#ff007c" } | ||
|
||
users: | ||
user_you: { foreground: "#3d59a1" } | ||
user_root: { foreground: "#bb9af7" } | ||
user_other: { foreground: "#2ac3de" } | ||
group_yours: { foreground: "#89ddff" } | ||
group_root: { foreground: "#bb9af7" } | ||
group_other: { foreground: "#c0caf5" } | ||
|
||
links: | ||
normal: { foreground: "#89ddff" } | ||
multi_link_file: { foreground: "#2ac3de" } | ||
|
||
git: | ||
new: { foreground: "#9ece6a" } | ||
modified: { foreground: "#bb9af7" } | ||
deleted: { foreground: "#db4b4b" } | ||
renamed: { foreground: "#2ac3de" } | ||
typechange: { foreground: "#2ac3de" } | ||
ignored: { foreground: "#545c7e" } | ||
conflicted: { foreground: "#ff9e64" } | ||
|
||
git_repo: | ||
branch_main: { foreground: "#737aa2" } | ||
branch_other: { foreground: "#b4f9f8" } | ||
git_clean: { foreground: "#292e42" } | ||
git_dirty: { foreground: "#bb9af7" } | ||
|
||
security_context: | ||
colon: { foreground: "#545c7e" } | ||
user: { foreground: "#737aa2" } | ||
role: { foreground: "#2ac3de" } | ||
typ: { foreground: "#3d59a1" } | ||
range: { foreground: "#9d7cd8" } | ||
|
||
file_type: | ||
image: { foreground: "#89ddff" } | ||
video: { foreground: "#b4f9f8" } | ||
music: { foreground: "#73daca" } | ||
lossless: { foreground: "#41a6b5" } | ||
crypto: { foreground: "#db4b4b" } | ||
document: { foreground: "#a9b1d6" } | ||
compressed: { foreground: "#ff9e64" } | ||
temp: { foreground: "#737aa2" } | ||
compiled: { foreground: "#737aa2" } | ||
build: { foreground: "#1abc9c" } | ||
source: { foreground: "#bb9af7" } | ||
|
||
punctuation: { foreground: "#292e42" } | ||
date: { foreground: "#e0af68" } | ||
inode: { foreground: "#737aa2" } | ||
blocks: { foreground: "#737aa2" } | ||
header: { foreground: "#a9b1d6" } | ||
octal: { foreground: "#ff9e64" } | ||
flags: { foreground: "#9d7cd8" } | ||
|
||
symlink_path: { foreground: "#89ddff" } | ||
control_char: { foreground: "#ff9e64" } | ||
broken_symlink: { foreground: "#ff007c" } | ||
broken_path_overlay: { foreground: "#ff007c" } |
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,8 @@ | ||
To use any of these themes in Ghostty, just clone the tokyonight repo | ||
and set the theme to the absolute path of the theme file. | ||
|
||
Example: | ||
|
||
```ini | ||
theme = "/home/folke/projects/tokyonight.nvim/extras/ghostty/tokyonight_night" | ||
``` |
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=#b4b5b9 | ||
palette = 1=#f52a65 | ||
palette = 2=#587539 | ||
palette = 3=#8c6c3e | ||
palette = 4=#2e7de9 | ||
palette = 5=#9854f1 | ||
palette = 6=#007197 | ||
palette = 7=#6172b0 | ||
palette = 8=#a1a6c5 | ||
palette = 9=#ff4774 | ||
palette = 10=#5c8524 | ||
palette = 11=#a27629 | ||
palette = 12=#358aff | ||
palette = 13=#a463ff | ||
palette = 14=#007ea8 | ||
palette = 15=#3760bf | ||
|
||
background = #e1e2e7 | ||
foreground = #3760bf | ||
cursor-color = #3760bf | ||
selection-background = #b7c1e3 | ||
selection-foreground = #3760bf |
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=#1b1d2b | ||
palette = 1=#ff757f | ||
palette = 2=#c3e88d | ||
palette = 3=#ffc777 | ||
palette = 4=#82aaff | ||
palette = 5=#c099ff | ||
palette = 6=#86e1fc | ||
palette = 7=#828bb8 | ||
palette = 8=#444a73 | ||
palette = 9=#ff8d94 | ||
palette = 10=#c7fb6d | ||
palette = 11=#ffd8ab | ||
palette = 12=#9ab8ff | ||
palette = 13=#caabff | ||
palette = 14=#b2ebff | ||
palette = 15=#c8d3f5 | ||
|
||
background = #222436 | ||
foreground = #c8d3f5 | ||
cursor-color = #c8d3f5 | ||
selection-background = #2d3f76 | ||
selection-foreground = #c8d3f5 |
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=#15161e | ||
palette = 1=#f7768e | ||
palette = 2=#9ece6a | ||
palette = 3=#e0af68 | ||
palette = 4=#7aa2f7 | ||
palette = 5=#bb9af7 | ||
palette = 6=#7dcfff | ||
palette = 7=#a9b1d6 | ||
palette = 8=#414868 | ||
palette = 9=#ff899d | ||
palette = 10=#9fe044 | ||
palette = 11=#faba4a | ||
palette = 12=#8db0ff | ||
palette = 13=#c7a9ff | ||
palette = 14=#a4daff | ||
palette = 15=#c0caf5 | ||
|
||
background = #1a1b26 | ||
foreground = #c0caf5 | ||
cursor-color = #c0caf5 | ||
selection-background = #283457 | ||
selection-foreground = #c0caf5 |
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=#1d202f | ||
palette = 1=#f7768e | ||
palette = 2=#9ece6a | ||
palette = 3=#e0af68 | ||
palette = 4=#7aa2f7 | ||
palette = 5=#bb9af7 | ||
palette = 6=#7dcfff | ||
palette = 7=#a9b1d6 | ||
palette = 8=#414868 | ||
palette = 9=#ff899d | ||
palette = 10=#9fe044 | ||
palette = 11=#faba4a | ||
palette = 12=#8db0ff | ||
palette = 13=#c7a9ff | ||
palette = 14=#a4daff | ||
palette = 15=#c0caf5 | ||
|
||
background = #24283b | ||
foreground = #c0caf5 | ||
cursor-color = #c0caf5 | ||
selection-background = #2e3c64 | ||
selection-foreground = #c0caf5 |
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
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
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
Oops, something went wrong.