summaryrefslogtreecommitdiff
path: root/.config/alacritty/colorschemes/seashells.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/seashells.yaml
parent5d97d357864c5e7b973df45bf19be944c55d7093 (diff)
remove old files
Diffstat (limited to '.config/alacritty/colorschemes/seashells.yaml')
-rwxr-xr-x.config/alacritty/colorschemes/seashells.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/.config/alacritty/colorschemes/seashells.yaml b/.config/alacritty/colorschemes/seashells.yaml
deleted file mode 100755
index 4f84a29..0000000
--- a/.config/alacritty/colorschemes/seashells.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-# Colors (SeaShells)
-# Source : https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors
-colors:
- # Default colors
- primary:
- background: '#061923'
- foreground: '#e5c49e'
-
- # Colors the cursor will use if `custom_cursor_colors` is true
- cursor:
- text: '#061822'
- cursor: '#feaf3c'
-
- selection:
- text: '#ffe9d7'
- background: '#265b75'
-
- # Normal colors
- normal:
- black: '#1d485f'
- red: '#db662d'
- green: '#008eab'
- yellow: '#feaf3c'
- blue: '#255a62'
- magenta: '#77dbf4'
- cyan: '#5fb1c2'
- white: '#e5c49e'
-
- # Bright colors
- bright:
- black: '#545d65'
- red: '#dd998a'
- green: '#739da8'
- yellow: '#fedaae'
- blue: '#0bc7e3'
- magenta: '#c6e8f1'
- cyan: '#97b9c0'
- white: '#ffe9d7' \ No newline at end of file