default_font_hinting is true by default
This commit is contained in:
parent
22fa2794e7
commit
ca075e7392
2
TODO.md
2
TODO.md
|
@ -3,8 +3,6 @@
|
||||||
PRIME DIRECTIVE: SIMPLIFY
|
PRIME DIRECTIVE: SIMPLIFY
|
||||||
|
|
||||||
## Necessary
|
## 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.
|
[] figure out why the built version has a different font size than this one.
|
||||||
|
|
||||||
## Nice to Have
|
## Nice to Have
|
||||||
|
|
|
@ -65,8 +65,8 @@ default_theme_name = "theme-gs";
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
default_font_name = "liberation-mono.ttf";
|
default_font_name = "liberation-mono.ttf";
|
||||||
default_font_size = 16;
|
default_font_size = 14;
|
||||||
default_font_hinting = false;
|
default_font_hinting = true;
|
||||||
|
|
||||||
// aa modes:
|
// aa modes:
|
||||||
// 8bit - mono-chrome 0-255 opacity channel per pixel
|
// 8bit - mono-chrome 0-255 opacity channel per pixel
|
||||||
|
|
|
@ -40,7 +40,7 @@ defcolor_line_numbers_text = 0xFF404040;
|
||||||
fleury_color_syntax_crap = 0xff5c4d3c;
|
fleury_color_syntax_crap = 0xff5c4d3c;
|
||||||
fleury_color_operators = 0xFFbd2d2d;
|
fleury_color_operators = 0xFFbd2d2d;
|
||||||
fleury_color_inactive_pane_overlay = 0x44000000;
|
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_file_progress_bar = 0x60634323;
|
||||||
fleury_color_brace_highlight = { 0xff8ffff2 };
|
fleury_color_brace_highlight = { 0xff8ffff2 };
|
||||||
fleury_color_brace_line = { 0x809ba290 };
|
fleury_color_brace_line = { 0x809ba290 };
|
||||||
|
|
Loading…
Reference in New Issue