X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fubuntu.yaml;fp=stow%2Falacritty%2F.config%2Falacritty%2Fthemes%2Fthemes%2Fubuntu.yaml;h=88ad6d3005a1e3258124b74a752442555b93b1f1;hb=fd1090ed80fad18f294e826efc8503d7f02b9553;hp=0000000000000000000000000000000000000000;hpb=1255f8a18dca551f339abdd8c7e0f042c7f36011;p=dotfiles.git diff --git a/stow/alacritty/.config/alacritty/themes/themes/ubuntu.yaml b/stow/alacritty/.config/alacritty/themes/themes/ubuntu.yaml new file mode 100644 index 0000000..88ad6d3 --- /dev/null +++ b/stow/alacritty/.config/alacritty/themes/themes/ubuntu.yaml @@ -0,0 +1,33 @@ +# 0x From the Ubuntu terminal color palette +colors: + # 0x Default colors + primary: + background: '0x300a24' + foreground: '0xeeeeec' + + # 0x Colors the cursor will use if `custom_cursor_colors` is true + cursor: + text: '0xbbbbbb' + cursor: '0xb4d5ff' + + # 0x Normal colors + normal: + black: '0x2e3436' + red: '0xcc0000' + green: '0x4e9a06' + yellow: '0xc4a000' + blue: '0x3465a4' + magenta: '0x75507b' + cyan: '0x06989a' + white: '0xd3d7cf' + + # 0x Bright colors + bright: + black: '0x555753' + red: '0xef2929' + green: '0x8ae234' + yellow: '0xfce94f' + blue: '0x729fcf' + magenta: '0xad7fa8' + cyan: '0x34e2e2' + white: '0xeeeeec'