diff --git a/TODO.md b/TODO.md index 18e06e88..1bd26681 100644 --- a/TODO.md +++ b/TODO.md @@ -3,8 +3,6 @@ PRIME DIRECTIVE: SIMPLIFY ## Necessary -[] remove parser -[] fast enough to go read a node_modules folder and search on it [] figure out why the built version has a different font size than this one. ## Nice to Have diff --git a/code/ship_files/config.4coder b/code/ship_files/config.4coder index 00ea9ea3..8bc66c9b 100644 --- a/code/ship_files/config.4coder +++ b/code/ship_files/config.4coder @@ -65,8 +65,8 @@ default_theme_name = "theme-gs"; // Font default_font_name = "liberation-mono.ttf"; -default_font_size = 16; -default_font_hinting = false; +default_font_size = 14; +default_font_hinting = true; // aa modes: // 8bit - mono-chrome 0-255 opacity channel per pixel diff --git a/code/ship_files/themes/theme-gs.4coder b/code/ship_files/themes/theme-gs.4coder index 346f315f..a9127272 100644 --- a/code/ship_files/themes/theme-gs.4coder +++ b/code/ship_files/themes/theme-gs.4coder @@ -40,7 +40,7 @@ defcolor_line_numbers_text = 0xFF404040; fleury_color_syntax_crap = 0xff5c4d3c; fleury_color_operators = 0xFFbd2d2d; fleury_color_inactive_pane_overlay = 0x44000000; -fleury_color_inactive_pane_background = #1e1e1e; +fleury_color_inactive_pane_background = 0xff1e1e1e; fleury_color_file_progress_bar = 0x60634323; fleury_color_brace_highlight = { 0xff8ffff2 }; fleury_color_brace_line = { 0x809ba290 };