initial commit

This commit is contained in:
2023-09-05 04:35:35 +05:30
commit 92675f27bf
24 changed files with 1161 additions and 0 deletions

View File

@ -0,0 +1,29 @@
import:
- ~/.config/alacritty/rice-colors.yml
- ~/.config/alacritty/fonts.yml
window:
padding:
x: 15
y: 15
decorations: none
opacity: 1.0
dynamic_title: true
history: 10000
multiplier: 3
selection:
save_to_clipboard: false
cursor:
style:
shape: Block
blinking: On
unfocused_hollow: false
blink_interval: 550
live_config_reload: true

View File

@ -0,0 +1,14 @@
font:
normal:
family: JetBrainsMono Nerd Font
bold:
family: JetBrainsMono Nerd Font
italic:
family: JetBrainsMono Nerd Font
bold_italic:
family: JetBrainsMono Nerd Font
size: 10

View File

@ -0,0 +1,44 @@
schemes:
sirius: &sirius
primary:
background: "#000000"
foreground: "0xa6accd"
normal:
black: "0x1b1e28"
red: "0xd0679d"
green: "0x5de4c7"
yellow: "0xfffac2"
blue: "0x89ddff"
magenta: "0xfcc5e9"
cyan: "0xadd7ff"
white: "0xffffff"
bright:
black: "0xa6accd"
red: "0xd0679d"
green: "0x5de4c7"
yellow: "0xfffac2"
blue: "0xadd7ff"
magenta: "0xfae4fc"
cyan: "0x89ddff"
white: "0xffffff"
cursor:
cursor: "#bb9af7"
text: CellBackground
search:
matches:
foreground: "0x1b1e28"
background: "0xadd7ff"
focused_match:
foreground: "0x1b1e28"
background: "0xadd7ff"
footer_bar:
foreground: "0x1b1e28"
background: "0xadd7ff"
selection:
text: CellForeground
background: "0x303340"
vi_mode_cursor:
text: CellBackground
cursor: CellForeground
colors: *sirius