Compare commits
3 Commits
e468c4afb5
...
3ef8632e35
Author | SHA1 | Date | |
---|---|---|---|
3ef8632e35 | |||
f913c5ec72 | |||
580a4982eb |
2
secrets
2
secrets
@ -1 +1 @@
|
||||
Subproject commit 189defc835b2d1eb303299bc264e1ebb0d805740
|
||||
Subproject commit 1fc272564b294f34ceab981dc36ab3a8bcfa4a28
|
3
users/price/dots/.config/hypr/xdph.conf
Normal file
3
users/price/dots/.config/hypr/xdph.conf
Normal file
@ -0,0 +1,3 @@
|
||||
screencopy {
|
||||
allow_token_by_default = true
|
||||
}
|
@ -2,12 +2,16 @@
|
||||
(
|
||||
([
|
||||
(list_marker_star)
|
||||
(list_marker_plus)
|
||||
(list_marker_minus)
|
||||
]) @markup.list
|
||||
(#offset! @markup.list 0 0 0 -1)
|
||||
(#set! conceal "•")
|
||||
)
|
||||
(
|
||||
([
|
||||
(list_marker_plus)
|
||||
]) @markup.list.number
|
||||
)
|
||||
|
||||
; checkboxes
|
||||
((task_list_marker_unchecked) @markup.list.unchecked (#set! conceal ""))
|
||||
|
@ -266,6 +266,7 @@ return {
|
||||
},
|
||||
{ "Headline", { bg = colors.sumiInk0 } },
|
||||
{ "@markup.list", { fg = colors.crystalBlue } },
|
||||
{ "@markup.list.number", { fg = colors.surimiOrange } },
|
||||
{ "@markup.list.checked", { fg = colors.springGreen } },
|
||||
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
|
||||
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
|
||||
|
Loading…
Reference in New Issue
Block a user