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/gruvbox_material.yml | |
parent | 5d97d357864c5e7b973df45bf19be944c55d7093 (diff) |
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/gruvbox_material.yml')
-rwxr-xr-x | .config/alacritty/colorschemes/gruvbox_material.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.config/alacritty/colorschemes/gruvbox_material.yml b/.config/alacritty/colorschemes/gruvbox_material.yml deleted file mode 100755 index 397b03f..0000000 --- a/.config/alacritty/colorschemes/gruvbox_material.yml +++ /dev/null @@ -1,26 +0,0 @@ -# Colors (Gruvbox Material Dark Medium) -colors: - primary: - background: '0x282828' - foreground: '0xdfbf8e' - - normal: - black: '0x665c54' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe78a4e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - - bright: - black: '0x928374' - red: '0xea6962' - green: '0xa9b665' - yellow: '0xe3a84e' - blue: '0x7daea3' - magenta: '0xd3869b' - cyan: '0x89b482' - white: '0xdfbf8e' - |