Change font-size, theme and opacity

main
Patrick Schwehm 2 years ago
parent 4d9d327552
commit dd5176b379

@ -2,7 +2,8 @@ window:
class: class:
instance: Alacritty instance: Alacritty
general: Alacritty general: Alacritty
opacity: 0.9 # opacity: 0.9
opacity: 1
font: font:
normal: normal:
@ -17,9 +18,10 @@ font:
bold_italic: bold_italic:
family: JetBrainsMono Nerd Font family: JetBrainsMono Nerd Font
style: Bold Italic style: Bold Italic
size: 12 size: 13.5
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true
# #
import: import:
- ~/.config/alacritty/themes/cyber_punk_neon.yaml # hyper, ubuntu # - ~/.config/alacritty/themes/cyber_punk_neon.yaml # hyper, ubuntu
- ~/.config/alacritty/themes/ubuntu.yaml # hyper, ubuntu

@ -0,0 +1,33 @@
# 0x From the Ubuntu terminal color palette
colors:
# 0x Default colors
primary:
background: "0x2B0320"
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"
Loading…
Cancel
Save