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/smoooooth.yml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/smoooooth.yml')
-rwxr-xr-x | .config/alacritty/colorschemes/smoooooth.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.config/alacritty/colorschemes/smoooooth.yml b/.config/alacritty/colorschemes/smoooooth.yml deleted file mode 100755 index e21df4b..0000000 --- a/.config/alacritty/colorschemes/smoooooth.yml +++ /dev/null @@ -1,30 +0,0 @@ -# Color theme ported from iTerm 2: Smoooooth - -colors: - primary: - foreground: '0xdbdbdb' - background: '0x14191e' - cursor: - text: '0x000000' - cursor: '0xfefffe' - selection: - text: '0x000000' - background: '0xb3d7ff' - normal: - black: '0x14191e' - red: '0xb43c29' - green: '0x00c200' - yellow: '0xc7c400' - blue: '0x2743c7' - magenta: '0xbf3fbd' - cyan: '0x00c5c7' - white: '0xc7c7c7' - bright: - black: '0x676767' - red: '0xdc7974' - green: '0x57e690' - yellow: '0xece100' - blue: '0xa6aaf1' - magenta: '0xe07de0' - cyan: '0x5ffdff' - white: '0xfeffff' |