diff options
author | self <george@gabbott.dev> | 2022-07-02 19:55:46 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-02 19:55:46 +0100 |
commit | ba03bbf2f4b7197377eec914fc722f4084a342b7 (patch) | |
tree | 436ca8249213b0d2558308a5616eb788739b9d29 /alacritty/alacritty-theme/themes/smoooooth.yml | |
parent | 7144e6d1d29ef174c286214932002e5c10a79a24 (diff) |
alacritty themes
Diffstat (limited to 'alacritty/alacritty-theme/themes/smoooooth.yml')
-rw-r--r-- | alacritty/alacritty-theme/themes/smoooooth.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/smoooooth.yml b/alacritty/alacritty-theme/themes/smoooooth.yml new file mode 100644 index 0000000..e21df4b --- /dev/null +++ b/alacritty/alacritty-theme/themes/smoooooth.yml @@ -0,0 +1,30 @@ +# Color theme ported from iTerm 2: Smoooooth + +colors: + primary: + foreground: '0xdbdbdb' + background: '0x14191e' + cursor: + text: '0x000000' + cursor: '0xfefffe' + selection: + text: '0x000000' + background: '0xb3d7ff' + normal: + black: '0x14191e' + red: '0xb43c29' + green: '0x00c200' + yellow: '0xc7c400' + blue: '0x2743c7' + magenta: '0xbf3fbd' + cyan: '0x00c5c7' + white: '0xc7c7c7' + bright: + black: '0x676767' + red: '0xdc7974' + green: '0x57e690' + yellow: '0xece100' + blue: '0xa6aaf1' + magenta: '0xe07de0' + cyan: '0x5ffdff' + white: '0xfeffff' |