Compare commits
2 Commits
06326d63c6
...
f57b9c4c8e
Author | SHA1 | Date | |
---|---|---|---|
f57b9c4c8e | |||
09d61afb46 |
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_star)
|
||||||
(list_marker_plus)
|
|
||||||
(list_marker_minus)
|
(list_marker_minus)
|
||||||
]) @markup.list
|
]) @markup.list
|
||||||
(#offset! @markup.list 0 0 0 -1)
|
(#offset! @markup.list 0 0 0 -1)
|
||||||
(#set! conceal "•")
|
(#set! conceal "•")
|
||||||
)
|
)
|
||||||
|
(
|
||||||
|
([
|
||||||
|
(list_marker_plus)
|
||||||
|
]) @markup.list.number
|
||||||
|
)
|
||||||
|
|
||||||
; checkboxes
|
; checkboxes
|
||||||
((task_list_marker_unchecked) @markup.list.unchecked (#set! conceal ""))
|
((task_list_marker_unchecked) @markup.list.unchecked (#set! conceal ""))
|
||||||
|
@ -266,6 +266,7 @@ return {
|
|||||||
},
|
},
|
||||||
{ "Headline", { bg = colors.sumiInk0 } },
|
{ "Headline", { bg = colors.sumiInk0 } },
|
||||||
{ "@markup.list", { fg = colors.crystalBlue } },
|
{ "@markup.list", { fg = colors.crystalBlue } },
|
||||||
|
{ "@markup.list.number", { fg = colors.roninYellow } },
|
||||||
{ "@markup.list.checked", { fg = colors.springGreen } },
|
{ "@markup.list.checked", { fg = colors.springGreen } },
|
||||||
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
|
{ "@markup.list.indeterminate", { fg = colors.carpYellow } },
|
||||||
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
|
{ "@markup.verbatim", { fg = colors.springGreen, bg = colors.sumiInk0 } },
|
||||||
|
Loading…
Reference in New Issue
Block a user