Initial commit
commit
4d9d327552
@ -0,0 +1,25 @@
|
|||||||
|
window:
|
||||||
|
class:
|
||||||
|
instance: Alacritty
|
||||||
|
general: Alacritty
|
||||||
|
opacity: 0.9
|
||||||
|
|
||||||
|
font:
|
||||||
|
normal:
|
||||||
|
family: JetBrainsMono Nerd Font
|
||||||
|
style: Regular
|
||||||
|
bold:
|
||||||
|
family: JetBrainsMono Nerd Font
|
||||||
|
style: Bold
|
||||||
|
italic:
|
||||||
|
family: JetBrainsMono Nerd Font
|
||||||
|
style: Italic
|
||||||
|
bold_italic:
|
||||||
|
family: JetBrainsMono Nerd Font
|
||||||
|
style: Bold Italic
|
||||||
|
size: 12
|
||||||
|
|
||||||
|
draw_bold_text_with_bright_colors: true
|
||||||
|
#
|
||||||
|
import:
|
||||||
|
- ~/.config/alacritty/themes/cyber_punk_neon.yaml # hyper, ubuntu
|
||||||
@ -0,0 +1,34 @@
|
|||||||
|
# Cyber Punk Neon
|
||||||
|
# Source: https://github.com/Roboron3042/Cyberpunk-Neon
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: "0x000b1e"
|
||||||
|
foreground: "0x0abdc6"
|
||||||
|
|
||||||
|
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||||
|
cursor:
|
||||||
|
text: "0x000b1e"
|
||||||
|
cursor: "0x0abdc6"
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: "0x123e7c"
|
||||||
|
red: "0xff0000"
|
||||||
|
green: "0xd300c4"
|
||||||
|
yellow: "0xf57800"
|
||||||
|
blue: "0x123e7c"
|
||||||
|
magenta: "0x711c91"
|
||||||
|
cyan: "0x0abdc6"
|
||||||
|
white: "0xd7d7d5"
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: "0x1c61c2"
|
||||||
|
red: "0xff0000"
|
||||||
|
green: "0xd300c4"
|
||||||
|
yellow: "0xf57800"
|
||||||
|
blue: "0x00ff00"
|
||||||
|
magenta: "0x711c91"
|
||||||
|
cyan: "0x0abdc6"
|
||||||
|
white: "0xd7d7d5"
|
||||||
Loading…
Reference in New Issue