summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/campbell.yaml
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
committerThanos Apollo <[email protected]>2023-05-05 16:38:48 +0300
commitb6c2589eae30877cc5e362e06f3d480a0aee2e81 (patch)
treeb2158ab099ff4bf3c1523ddc658740f9ba05715e /.config/alacritty/colorschemes/campbell.yaml
parent5d97d357864c5e7b973df45bf19be944c55d7093 (diff)
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/campbell.yaml')
-rwxr-xr-x.config/alacritty/colorschemes/campbell.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/alacritty/colorschemes/campbell.yaml b/.config/alacritty/colorschemes/campbell.yaml
deleted file mode 100755
index 95dba05..0000000
--- a/.config/alacritty/colorschemes/campbell.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
-# Campbell (Windows 10 default)
-colors:
- # Default colors
- primary:
- background: '0x0c0c0c'
- foreground: '0xcccccc'
-
- # Normal colors
- normal:
- black: '0x0c0c0c'
- red: '0xc50f1f'
- green: '0x13a10e'
- yellow: '0xc19c00'
- blue: '0x0037da'
- magenta: '0x881798'
- cyan: '0x3a96dd'
- white: '0xcccccc'
-
- # Bright colors
- bright:
- black: '0x767676'
- red: '0xe74856'
- green: '0x16c60c'
- yellow: '0xf9f1a5'
- blue: '0x3b78ff'
- magenta: '0xb4009e'
- cyan: '0x61d6d6'
- white: '0xf2f2f2'