X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fterminal_app.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fterminal_app.yaml;h=bc2c4342546cd3a700b3eaf805eba0aaf0a8fb49;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/terminal_app.yaml b/stow/alacritty/.config/alacritty/themes/themes/terminal_app.yaml new file mode 100644 index 0000000..bc2c434 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/terminal_app.yaml @@ -0,0 +1,28 @@ +# Colors (Terminal.app) +colors: + # Default colors + primary: + background: '0x000000' + foreground: '0xb6b6b6' + + # Normal colors + normal: + black: '0x000000' + red: '0x990000' + green: '0x00a600' + yellow: '0x999900' + blue: '0x0000b2' + magenta: '0xb200b2' + cyan: '0x00a6b2' + white: '0xbfbfbf' + + # Bright colors + bright: + black: '0x666666' + red: '0xe50000' + green: '0x00d900' + yellow: '0xe5e500' + blue: '0x0000ff' + magenta: '0xe500e5' + cyan: '0x00e5e5' + white: '0xe5e5e5' \ No newline at end of file