2014-04-26 23:32:38 +02:00
|
|
|
/* 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@;
|
|
|
|
}
|