feat(alacritty): green it is now
This commit is contained in:
parent
d3f7170b1d
commit
2ab264b228
1 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" }
|
normal = { family = "BerkeleyMono Nerd Font Mono", style = "Regular" }
|
||||||
# NOTE: if font seems to bold, disable font smoothing for Alacritty
|
# NOTE: if font seems to bold, disable font smoothing for Alacritty
|
||||||
|
|
@ -7,6 +6,7 @@ bold = { style = "Bold" }
|
||||||
italic = { style = "Oblique" }
|
italic = { style = "Oblique" }
|
||||||
bold_italic = { style = "Bold Oblique" }
|
bold_italic = { style = "Bold Oblique" }
|
||||||
size = 18
|
size = 18
|
||||||
|
# offset = { x = 0, y = 0 }
|
||||||
|
|
||||||
[window]
|
[window]
|
||||||
option_as_alt = "Both"
|
option_as_alt = "Both"
|
||||||
|
|
@ -17,19 +17,19 @@ dynamic_padding = true
|
||||||
# blur = true
|
# blur = true
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
duration = 10
|
duration = 0
|
||||||
color = "#3a3a3a"
|
color = "#3a3a3a"
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
style = { shape = "Block", blinking = "Always" }
|
style = { shape = "Block", blinking = "Always" }
|
||||||
|
|
||||||
[colors.search]
|
[colors.search]
|
||||||
matches = { foreground = "#f4d03f", background = "#273746" }
|
matches = { foreground = "#007a61", background = "#dedede" }
|
||||||
focused_match = { foreground = "#273746", background = "#f4d03f" }
|
focused_match = { foreground = "#dedede", background = "#007a61" }
|
||||||
|
|
||||||
[colors.footer_bar]
|
[colors.footer_bar]
|
||||||
background = "#f4d03f"
|
background = "#007a61"
|
||||||
foreground = "#273746"
|
foreground = "#00dcaf"
|
||||||
|
|
||||||
[keyboard]
|
[keyboard]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue