diff options
author | Thanos Apollo <[email protected]> | 2023-05-05 16:38:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-05 16:38:48 +0300 |
commit | b6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch) | |
tree | b2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/alacritty/colorschemes/falcon.yaml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/falcon.yaml')
-rwxr-xr-x | .config/alacritty/colorschemes/falcon.yaml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/.config/alacritty/colorschemes/falcon.yaml b/.config/alacritty/colorschemes/falcon.yaml deleted file mode 100755 index 33c267b..0000000 --- a/.config/alacritty/colorschemes/falcon.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# falcon colorscheme for alacritty -# by fenetikm, https://github.com/fenetikm/falcon -colors: - # Default colors - primary: - background: '0x020221' - foreground: '0xb4b4b9' - - # Colors the cursor will use if `custom_cursor_colors` is true - cursor: - text: '0x020221' - cursor: '0xffe8c0' - - # Normal colors - normal: - black: '0x000004' - red: '0xff3600' - green: '0x718e3f' - yellow: '0xffc552' - blue: '0x635196' - magenta: '0xff761a' - cyan: '0x34bfa4' - white: '0xb4b4b9' - - # Bright colors - bright: - black: '0x020221' - red: '0xff8e78' - green: '0xb1bf75' - yellow: '0xffd392' - blue: '0x99a4bc' - magenta: '0xffb07b' - cyan: '0x8bccbf' - white: '0xf8f8ff' |