Highlight active lines

This commit is contained in:
Antonio Scandurra
2021-07-30 09:50:28 -07:00
committed by Max Brunsfeld
parent 3abed88c76
commit db9cfb0d2b
4 changed files with 77 additions and 27 deletions
+1
View File
@@ -57,6 +57,7 @@ pub struct UiTheme {
pub struct EditorTheme {
pub background: Color,
pub gutter_background: Color,
pub active_line_background: Color,
pub line_number: Color,
pub line_number_active: Color,
pub default_text: Color,