zathura/data/zathura.css_t

12 lines
207 B
Plaintext
Raw Permalink Normal View History

/* Index mode colors */
2014-04-26 23:08:45 +02:00
#@session@ .indexmode {
color: @index-fg@;
background-color: @index-bg@;
}
#@session@ .indexmode:selected {
color: @index-active-fg@;
background-color: @index-active-bg@;
}