X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fpapercolor_dark.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fpapercolor_dark.yaml;h=79d0e140d5bd42a27b345c698ea7347b5d23809a;hb=b8030835635ae68ab8574312b1b663d1237103ad;hp=0000000000000000000000000000000000000000;hpb=f4140dc0fdc0ca9e384ab4592df70ecd46a4aca3;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/papercolor_dark.yaml b/stow/alacritty/.config/alacritty/themes/themes/papercolor_dark.yaml new file mode 100644 index 0000000..79d0e14 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/papercolor_dark.yaml @@ -0,0 +1,32 @@ +# Colors (PaperColor - Dark) +colors: + # Default colors + primary: + background: '0x1c1c1c' + foreground: '0x808080' + + cursor: + text: '0x1c1c1c' + cursor: '0x808080' + + # Normal colors + normal: + black: '0x1c1c1c' + red: '0xaf005f' + green: '0x5faf00' + yellow: '0xd7af5f' + blue: '0x5fafd7' + magenta: '0x808080' + cyan: '0xd7875f' + white: '0xd0d0d0' + + # Bright colors + bright: + black: '0x585858' + red: '0x5faf5f' + green: '0xafd700' + yellow: '0xaf87d7' + blue: '0xffaf00' + magenta: '0xffaf00' + cyan: '0x00afaf' + white: '0x5f8787'