From 644bf43ee8f2cb54183533ff316c56fc0d36149f Mon Sep 17 00:00:00 2001 From: Tauno Erik Date: Thu, 10 Mar 2022 17:30:22 +0200 Subject: [PATCH] fix missing statusbar --- theme_0.3/theme.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/theme_0.3/theme.txt b/theme_0.3/theme.txt index 4aafb2e..6791303 100644 --- a/theme_0.3/theme.txt +++ b/theme_0.3/theme.txt @@ -56,7 +56,6 @@ linestatus.bgcolor = #35373b editor.fgcolor = #F8F8F2 editor.bgcolor = #2c3037 - # highlight for the current line editor.linehighlight.color = #95A5A6 editor.linehighlight = false @@ -98,8 +97,6 @@ editor.reserved_word.style = #ff4545, italic # TEXT - LITERALS -# CONSTANTS - LITERAL1 -# VARIABLES - LITERAL2 editor.literal1.style = #85e0ff, plain editor.literal2.style = #f772af, plain editor.variable.style = #f772af, plain @@ -130,4 +127,4 @@ editor.comment2.style = #95a5a6, plain # LINE STATUS - editor line number status bar at the bottom of the screen linestatus.font = SansSerif, plain, 10 -linestatus.height = 0 \ No newline at end of file +linestatus.height = 20 \ No newline at end of file