diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 22:14:29 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-04-12 22:14:29 +0200 |
commit | 8143e5620c17ae540c94c60e67e8c62290c35cc5 (patch) | |
tree | 0776ea3e89efe5a22b967407b1f4c04347cbc65a /linux/alacritty/hyper.yaml | |
parent | 18ff4dc75ecf3a19b50416f6229420bf6b97f863 (diff) | |
download | dotfiles-8143e5620c17ae540c94c60e67e8c62290c35cc5.tar.gz dotfiles-8143e5620c17ae540c94c60e67e8c62290c35cc5.zip |
alacritty migrate
Diffstat (limited to 'linux/alacritty/hyper.yaml')
-rw-r--r-- | linux/alacritty/hyper.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/linux/alacritty/hyper.yaml b/linux/alacritty/hyper.yaml deleted file mode 100644 index 41a9c3d..0000000 --- a/linux/alacritty/hyper.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# Colors (Hyper) -colors: - # Default colors - primary: - background: '#000000' - foreground: '#ffffff' - cursor: - text: '#F81CE5' - cursor: '#ffffff' - - # Normal colors - normal: - black: '#000000' - red: '#fe0100' - green: '#33ff00' - yellow: '#feff00' - blue: '#0066ff' - magenta: '#cc00ff' - cyan: '#00ffff' - white: '#d0d0d0' - - # Bright colors - bright: - black: '#808080' - red: '#fe0100' - green: '#33ff00' - yellow: '#feff00' - blue: '#0066ff' - magenta: '#cc00ff' - cyan: '#00ffff' - white: '#FFFFFF' |