From ba03bbf2f4b7197377eec914fc722f4084a342b7 Mon Sep 17 00:00:00 2001 From: self Date: Sat, 2 Jul 2022 19:55:46 +0100 Subject: alacritty themes --- .../themes/tomorrow_night_bright.yaml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 alacritty/alacritty-theme/themes/tomorrow_night_bright.yaml (limited to 'alacritty/alacritty-theme/themes/tomorrow_night_bright.yaml') diff --git a/alacritty/alacritty-theme/themes/tomorrow_night_bright.yaml b/alacritty/alacritty-theme/themes/tomorrow_night_bright.yaml new file mode 100644 index 0000000..55b25d0 --- /dev/null +++ b/alacritty/alacritty-theme/themes/tomorrow_night_bright.yaml @@ -0,0 +1,28 @@ +# Colors (Tomorrow Night Bright) +colors: + # Default colors + primary: + background: '0x000000' + foreground: '0xeaeaea' + + # Normal colors + normal: + black: '0x000000' + red: '0xd54e53' + green: '0xb9ca4a' + yellow: '0xe6c547' + blue: '0x7aa6da' + magenta: '0xc397d8' + cyan: '0x70c0ba' + white: '0x424242' + + # Bright colors + bright: + black: '0x666666' + red: '0xff3334' + green: '0x9ec400' + yellow: '0xe7c547' + blue: '0x7aa6da' + magenta: '0xb77ee0' + cyan: '0x54ced6' + white: '0x2a2a2a' \ No newline at end of file -- cgit v1.2.1