diff options
author | self <george@gabbott.dev> | 2022-07-12 16:55:34 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-12 16:55:34 +0100 |
commit | ac7a637d3bd56333e0350a481aa213fa4b3836ac (patch) | |
tree | e21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /alacritty/alacritty-theme/themes/falcon.yaml | |
parent | f0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff) | |
parent | ba03bbf2f4b7197377eec914fc722f4084a342b7 (diff) |
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'alacritty/alacritty-theme/themes/falcon.yaml')
-rw-r--r-- | alacritty/alacritty-theme/themes/falcon.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/alacritty/alacritty-theme/themes/falcon.yaml b/alacritty/alacritty-theme/themes/falcon.yaml new file mode 100644 index 0000000..33c267b --- /dev/null +++ b/alacritty/alacritty-theme/themes/falcon.yaml @@ -0,0 +1,34 @@ +# falcon colorscheme for alacritty +# by fenetikm, https://github.com/fenetikm/falcon +colors: + # Default colors + primary: + background: '0x020221' + foreground: '0xb4b4b9' + + # Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0x020221' + cursor: '0xffe8c0' + + # Normal colors + normal: + black: '0x000004' + red: '0xff3600' + green: '0x718e3f' + yellow: '0xffc552' + blue: '0x635196' + magenta: '0xff761a' + cyan: '0x34bfa4' + white: '0xb4b4b9' + + # Bright colors + bright: + black: '0x020221' + red: '0xff8e78' + green: '0xb1bf75' + yellow: '0xffd392' + blue: '0x99a4bc' + magenta: '0xffb07b' + cyan: '0x8bccbf' + white: '0xf8f8ff' |