AutoYADM commit: 2025-02-26 12:40:23

This commit is contained in:
Daniel Fichtinger 2025-02-26 12:40:23 -05:00
parent a1bfb3ce70
commit 6b75045b9f
2 changed files with 3 additions and 3 deletions

View file

@ -136,6 +136,6 @@ language-servers = [ "basedpyright" ]
[[language]] [[language]]
name = "kdl" name = "kdl"
autoformat = true auto-format = true
# Configure kdlfmt to use stdin # Configure kdlfmt to use stdin
formatter = { command = "kdlfmt", args = ["format", "-"] } formatter = { command = "kdlfmt", args = ["format", "-"] }

View file

@ -99,13 +99,13 @@ layout {
// `draw-border-with-background`. // `draw-border-with-background`.
// You can change how the focus ring looks. // You can change how the focus ring looks.
focus-ring { focus-ring {
off // off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#121212"
} }
border { border {
// off off
width 1 width 1
active-color "#B14242" active-color "#B14242"
inactive-color "#121212" inactive-color "#121212"