X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fmarine_dark.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fmarine_dark.yaml;h=3b217e839a2facd61308977e0550b2d1a56c2a8f;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml b/stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml new file mode 100644 index 0000000..3b217e8 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/marine_dark.yaml @@ -0,0 +1,29 @@ +# Marine Dark Theme +# Source: https://github.com/ProDeSquare/alacritty-colorschemes/blob/master/themes/marine_dark.yaml +colors: + # Default colors + primary: + background: '0x002221' + foreground: '0xe6f8f8' + + # Normal colors + normal: + black: '0x002221' + red: '0xea3431' + green: '0x00b6b6' + yellow: '0xf8b017' + blue: '0x4894fd' + magenta: '0xe01dca' + cyan: '0x1ab2ad' + white: '0x99dddb' + + # Bright colors + bright: + black: '0x006562' + red: '0xea3431' + green: '0x00b6b6' + yellow: '0xf8b017' + blue: '0x4894fd' + magenta: '0xe01dca' + cyan: '0x1ab2ad' + white: '0xe6f6f6'