summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/argonaut.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/argonaut.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/argonaut.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/argonaut.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/argonaut.yaml b/alacritty/alacritty-theme/themes/argonaut.yaml
new file mode 100644
index 0000000..db7678b
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/argonaut.yaml
@@ -0,0 +1,32 @@
+colors:
+ # Default colors
+ primary:
+ background: '0x292C3E'
+ foreground: '0xEBEBEB'
+
+ # Cursor colors
+ cursor:
+ text: '0xFF261E'
+ cursor: '0xFF261E'
+
+ # Normal colors
+ normal:
+ black: '0x0d0d0d'
+ red: '0xFF301B'
+ green: '0xA0E521'
+ yellow: '0xFFC620'
+ blue: '0x1BA6FA'
+ magenta: '0x8763B8'
+ cyan: '0x21DEEF'
+ white: '0xEBEBEB'
+
+ # Bright colors
+ bright:
+ black: '0x6D7070'
+ red: '0xFF4352'
+ green: '0xB8E466'
+ yellow: '0xFFD750'
+ blue: '0x1BA6FA'
+ magenta: '0xA578EA'
+ cyan: '0x73FBF1'
+ white: '0xFEFEF8'