diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:03:10 +0000 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 22:19:49 +0000 |
commit | f71051f47158f57091306e269352d7579522e426 (patch) | |
tree | 3b112ddd10797c8669e9b68d483b205d49c3035b /home-manager/alacritty/tokyonight.json | |
parent | 463f0d40c6ee02e5512269d2e370506a8ca8f965 (diff) |
bluurb
Diffstat (limited to 'home-manager/alacritty/tokyonight.json')
-rw-r--r-- | home-manager/alacritty/tokyonight.json | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/home-manager/alacritty/tokyonight.json b/home-manager/alacritty/tokyonight.json deleted file mode 100644 index a918eb0..0000000 --- a/home-manager/alacritty/tokyonight.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "colors": { - "primary": { - "background": "0x24283b", - "foreground": "0xc0caf5" - }, - "normal": { - "black": "0x1d202f", - "red": "0xf7768e", - "green": "0x9ece6a", - "yellow": "0xe0af68", - "blue": "0x7aa2f7", - "magenta": "0xbb9af7", - "cyan": "0x7dcfff", - "white": "0xa9b1d6" - }, - "bright": { - "black": "0x414868", - "red": "0xf7768e", - "green": "0x9ece6a", - "yellow": "0xe0af68", - "blue": "0x7aa2f7", - "magenta": "0xbb9af7", - "cyan": "0x7dcfff", - "white": "0xc0caf5" - }, - "indexed_colors": [ - { - "index": 16, - "color": "0xff9e64" - }, - { - "index": 17, - "color": "0xdb4b4b" - } - ] - } -} - |