Sublime Forum

Error on sublime start about missing colour theme file

#1

Hi,

I had “Color Highlighter” installed some days ago but removed this plugin so I don’t have anything installed regarding “Color Highlighter”.

But when I start sublime text (Build 3083) I always get now two times this annoying error message :cry:

Why :exclamation: is sublime searching my colour theme file in the Color Highlighter folder!?

The colour theme “Flatland Monokai (SL)” is working without a problem, the colour theme file is located in .config/sublime-text-3/Packages/User/ and set in my Preferences.sublime-settings file with

"color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",

But why I always get these errors about missing file in Color Highlighter folder :open_mouth:

Here are the console messages paste.kde.org/ps44acgah

My Preferences.sublime-settings file

[code]{
“bold_folder_labels”: true,
“color_scheme”: “Packages/User/Flatland Monokai (SL).tmTheme”,
“detect_slow_plugins”: false,
“elementary_folder_icons”: true,
“flatland_sidebar_tree_xsmall”: false,
“flatland_square_tabs”: false,
“font_options”: “subpixel_antialias”,
“font_face”: “Input Mono”,
“font_size”: 10,
“highlight_line”: true,
“highlight_modified_tabs”: true,
“ignored_packages”:

	"CSS",
	"Vintage"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"tab_completion": false,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": "true",
"wrap_width": 0

}
[/code]

0 Likes