ui: Added markers to active lines in code view

This commit is contained in:
Eberhard Graether
2016-09-18 00:17:15 +02:00
parent c499de9b78
commit 589962b09e
5 changed files with 25 additions and 43 deletions
@@ -100,7 +100,9 @@
<line_number>
<text>#C4C4C4</text>
<inactive_text>#A0A0A0</inactive_text>
<background>#494949</background>
<marker>#C4C4C4</marker>
</line_number>
<syntax>
+2
View File
@@ -100,7 +100,9 @@
<line_number>
<text>black</text>
<inactive_text>#A0A0A0</inactive_text>
<background>white</background>
<marker>#A0A0A0</marker>
</line_number>
<syntax>
+2
View File
@@ -119,7 +119,9 @@
<line_number>
<text>#F7F7F7</text>
<inactive_text>#A0A0A0</inactive_text>
<background>#272728</background>
<marker>#969696</marker>
</line_number>
<syntax>
+1 -1
View File
@@ -73,7 +73,7 @@
#code_file #code_snippet #dots {
background-color: <color:code/snippet/line_number/background>;
padding-right: 13px;
padding-right: 16px;
text-align: right;
}