summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/Cobalt2.yaml
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-12 16:55:34 +0100
committerself <george@gabbott.dev>2022-07-12 16:55:34 +0100
commitac7a637d3bd56333e0350a481aa213fa4b3836ac (patch)
treee21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /alacritty/alacritty-theme/themes/Cobalt2.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/Cobalt2.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/Cobalt2.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/Cobalt2.yaml b/alacritty/alacritty-theme/themes/Cobalt2.yaml
new file mode 100644
index 0000000..576a502
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/Cobalt2.yaml
@@ -0,0 +1,34 @@
+# From the famous Cobalt2 sublime theme
+# Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
+colors:
+ # Default colors
+ primary:
+ background: '0x122637'
+ foreground: '0xffffff'
+
+ # Colors the cursor will use if `custom_cursor_colors` is true
+ cursor:
+ text: '0x122637'
+ cursor: '0xf0cb09'
+
+ # Normal colors
+ normal:
+ black: '0x000000'
+ red: '0xff0000'
+ green: '0x37dd21'
+ yellow: '0xfee409'
+ blue: '0x1460d2'
+ magenta: '0xff005d'
+ cyan: '0x00bbbb'
+ white: '0xbbbbbb'
+
+ # Bright colors
+ bright:
+ black: '0x545454'
+ red: '0xf40d17'
+ green: '0x3bcf1d'
+ yellow: '0xecc809'
+ blue: '0x5555ff'
+ magenta: '0xff55ff'
+ cyan: '0x6ae3f9'
+ white: '0xffffff'