diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-05-01 17:46:59 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-05-01 17:46:59 +0200 |
| commit | 71fa21f3bbf4a889c9cef5dbd1916c7a31b1c222 (patch) | |
| tree | eb1df53e2a9054d6a5371d3526a4657bf7e8b1d0 /cudatext | |
| parent | a4f6b8ab76c4c75c8e9739bbd4fdf4c8c40169b4 (diff) | |
.
Diffstat (limited to 'cudatext')
| -rw-r--r-- | cudatext/user.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cudatext/user.json b/cudatext/user.json new file mode 100644 index 0000000..4e25129 --- /dev/null +++ b/cudatext/user.json @@ -0,0 +1,25 @@ +{ + "font_name__linux" : "Roboto Mono", + "font_size__linux" : 12, + "ui_font_name__linux" : "Inter", + "ui_font_size__linux" : 12, + "ui_font_output_size__linux" : 12, + "show_cur_line" : true, + "show_mouse_sel_frame" : false, + "saving_trim_spaces" : true, + "saving_trim_final_empty" : true, + "saving_force_final_eol" : true, + "tab_spaces" : true, + "staples_style" : 1, + "staples_props" : "0,40,0,2", + "minimap_show" : true, + "minimap_sel_always" : true, + "margin" : 80, + "unprinted_show" : true, + "unprinted_content" : "sx", + "ui_sidebar_show" : false, + "ui_toolbar_theme" : "Gnome_24x24", + "ui_tree_theme" : "for_dark_16x16", + "ui_theme" : "gruvbox (dark) (medium)", + "ui_theme_syntax" : "gruvbox (dark) (medium)" +}
\ No newline at end of file |
