summaryrefslogtreecommitdiff
path: root/alacritty/alacritty-theme/themes/iterm.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/iterm.yaml
parentf0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff)
parentba03bbf2f4b7197377eec914fc722f4084a342b7 (diff)
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/iterm.yaml')
-rw-r--r--alacritty/alacritty-theme/themes/iterm.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/iterm.yaml b/alacritty/alacritty-theme/themes/iterm.yaml
new file mode 100644
index 0000000..2c31223
--- /dev/null
+++ b/alacritty/alacritty-theme/themes/iterm.yaml
@@ -0,0 +1,28 @@
+# Colors (iTerm 2 default theme)
+colors:
+ # Default colors
+ primary:
+ background: '0x101421'
+ foreground: '0xfffbf6'
+
+ # Normal colors
+ normal:
+ black: '0x2e2e2e'
+ red: '0xeb4129'
+ green: '0xabe047'
+ yellow: '0xf6c744'
+ blue: '0x47a0f3'
+ magenta: '0x7b5cb0'
+ cyan: '0x64dbed'
+ white: '0xe5e9f0'
+
+ # Bright colors
+ bright:
+ black: '0x565656'
+ red: '0xec5357'
+ green: '0xc0e17d'
+ yellow: '0xf9da6a'
+ blue: '0x49a4f8'
+ magenta: '0xa47de9'
+ cyan: '0x99faf2'
+ white: '0xffffff'