.
This commit is contained in:
@@ -5,7 +5,10 @@ carriage_return = 0xff0000ff
|
||||
search_result = 0xed8212aa
|
||||
selection_color = 0x9fff2e
|
||||
token_match = 0xd4d4d4aa
|
||||
line_numbers = 0x8a8592ff
|
||||
active_line_number = 0x8a8592ff
|
||||
inactive_line_number = 0x444248ff
|
||||
line_number_sep = 0x8a8592ff
|
||||
line_ruler = 0x8a8592ff
|
||||
cursor = 0xffffffff
|
||||
tray = 0xffffffff
|
||||
need_save = 0xff0000ff
|
||||
@@ -30,22 +33,28 @@ tabs_as_spaces = true
|
||||
spellcheck_by_default = false
|
||||
disable_line_highlight = false
|
||||
html_copy_background = false
|
||||
noisy_parse = false
|
||||
vim_mode = false
|
||||
suppress_async_search = false
|
||||
suppress_threaded_search = false
|
||||
noisy_search = false
|
||||
suppress_suggestions = false
|
||||
modulate_color_glyphs = false
|
||||
noisy_events = false
|
||||
noisy_flattened_events = false
|
||||
embold_vim_cursor = true
|
||||
embold_cursor = false
|
||||
line_guides = true
|
||||
relative_numbering = false
|
||||
clear_find = false
|
||||
return_accept_suggestion = true
|
||||
show_line_rulers = false
|
||||
noisy_parse = false
|
||||
noisy_search = false
|
||||
noisy_events = false
|
||||
noisy_flattened_events = false
|
||||
noisy_find_all = false
|
||||
font_size_px = 14
|
||||
tray_font_size = 14
|
||||
tabstop = 2
|
||||
line_number_style = 'LineNumberStyle_Classic'
|
||||
line_rulers = []
|
||||
|
||||
[[editor.highlights]]
|
||||
color = 0xc586c0ff
|
||||
@@ -192,6 +201,8 @@ error = 0xff0000ff
|
||||
active_button = 0x98ffff
|
||||
loading_bar_progress = 0x98ff80
|
||||
loading_bar_complete = 0x9a0280
|
||||
active_tab_highlight = 0x98ff80
|
||||
active_selection = 0x98ffff
|
||||
|
||||
[widget.state]
|
||||
window_title_font_size = 14
|
||||
@@ -200,7 +211,13 @@ scrollbar_min_size = 20
|
||||
|
||||
[system.core]
|
||||
preferred_file_explorer = ''
|
||||
core_window_rect = [947, 6, 930, 1048]
|
||||
async_update_frequency_ms = 1000
|
||||
editor_theme = 'ColorTheme_Fred'
|
||||
fullscreen = false
|
||||
maximized = false
|
||||
disable_sessions = false
|
||||
noisy_session_info = false
|
||||
|
||||
[system.fonts]
|
||||
fallback_fonts_folder = '/usr/share/fonts'
|
||||
@@ -222,10 +239,9 @@ highlight_line_copy = true
|
||||
highlight_line_edit = true
|
||||
subpixel_font_aa = false
|
||||
|
||||
[plugins.core]
|
||||
plugins_source_file = '/home/liamm/Workspace/fred-plugins.c'
|
||||
gen_base_template_only = false
|
||||
|
||||
[hotkey.state]
|
||||
hotkeys = '/home/liamm/.cadacama/fred/hotkeys.toml'
|
||||
|
||||
[plugins.core]
|
||||
plugins_source_file = '/home/liamm/Workspace/fred-plugins.c'
|
||||
gen_base_template_only = false
|
||||
|
||||
Reference in New Issue
Block a user