Error loading colour scheme sublime text

This error appears every time I save file or open a file. Error loading colour scheme PackagesUserMonokaiGrayDL.tmTheme: Unable to open PackagesUserMonikaiGray.tmTheme I searched about ...

This error appears every time I save file or open a file.

Error loading colour scheme PackagesUserMonokaiGrayDL.tmTheme: Unable to open PackagesUserMonikaiGray.tmTheme

I searched about it but those solutions are for sublime text 2…please help

Soviut's user avatar

Soviut

86.8k48 gold badges187 silver badges254 bronze badges

asked May 4, 2014 at 23:42

7

Menu > Sublime Text > Preferences > Settings - User> remove the line with `"color_scheme"`.

After saving the line was regenerated for me with a reference to a theme that actually exists.

answered May 9, 2016 at 15:41

fguillen's user avatar

fguillenfguillen

34.9k22 gold badges136 silver badges202 bronze badges

3

You need to put the theme file inside PackagesColor Scheme - Default.sublime-package.

Open Color Scheme - Default.sublime-package with 7 zip (archive tool-you may use your favorite tool), and drag Monokai Gray.tmTheme into it. Then go to Sublime, and click Preferences -> Color Scheme and find Monokai Gray. When you choose the color scheme, it automatically updates the setting with this:

"color_scheme": "Packages/Color Scheme - Default/MonoKai Gray.tmTheme",

Note: I am using Sublime 3. I am not able to share my screen shot due to lack of reputation.

ChrisM's user avatar

ChrisM

1671 gold badge5 silver badges12 bronze badges

answered Aug 8, 2014 at 11:52

unidha's user avatar

unidhaunidha

3075 silver badges20 bronze badges

2

Sometimes, a couple of opened files ignores color schemes settings modifications, I had the same bug then ran this in the ST3 console :

[ v.settings().erase("color_scheme") for views in [ w.views() for w in sublime.windows() ] for v in views ]

This python code is pretty self explanatory.

With this, no need to close/re-open incriminated files for the bugs to go away.

Source

Soviut's user avatar

Soviut

86.8k48 gold badges187 silver badges254 bronze badges

answered Jun 20, 2016 at 3:39

Julian Cataldo's user avatar

1

This happened to me after installing Compare Side-By-Side. The error message specified that SBSCompareTheme.theme could not be found. I don’t remember the exact sequence of events, but I remember that at some point, I uninstalled the plugin, and the error message kept appearing.

It turns out that the theme file was referenced in the Local/Session.sublime_session file (~/Application Support/Sublime Text 3/Local/Session.sublime_session under OSX).

I edited that file by hand to remove any reference to the theme file, and the problem went away!

answered Mar 29, 2018 at 23:17

Greg Sadetsky's user avatar

Greg SadetskyGreg Sadetsky

4,7221 gold badge36 silver badges48 bronze badges

2

I am using Sublime Text 3.
I remove ColorHighlighter and it works.

answered Feb 24, 2015 at 14:59

Dan's user avatar

0

I had the same problem:

My issue was that some packages creates a syntax-specific *.sublime-settings file (Markdown.sublime-settings in my case).

The file is located in Library/Application Support/Sublime Text 3/Packages/User.

Siong Thye Goh's user avatar

answered Feb 21, 2019 at 7:40

LiosWong's user avatar

1

This happens to me every now and then when my theme in use is being updated via Package Control. Try switching to a different theme, optionally remove and re-install Monokai Gray, then switch back to it.

answered May 5, 2014 at 10:40

idleberg's user avatar

idlebergidleberg

12.2k7 gold badges44 silver badges66 bronze badges

0

I was having a similar issue with certain files/syntaxes after deleting a package (MarkdownEditing).

My issue was that some packages creates a syntax-specific *.sublime-settings file (Markdown.sublime-settings in my case). The file is location in Library/Application Support/Sublime Text 3/Packages/User.

This settings-file overwrites your color-scheme settings elsewhere. Removing it solved the issue.

answered Jun 29, 2017 at 8:11

MadsNedergaard's user avatar

1

That’s easy!
Click Preferences ->Setting-User

you’ll find your «color_scheme» attribute is your error message.
change it with a exist «.tmTheme» file.

answered Apr 5, 2015 at 9:04

yangzj1992's user avatar

Restart Sublime.

Sublime 3 here, worked for me after a restart.

answered Jan 16, 2019 at 20:41

jason's user avatar

jasonjason

3,4416 gold badges29 silver badges43 bronze badges

I was getting similar error for the package PlainTasks. By renaming the folder PlainTasks-master to PlainTasks and restarting Sublime resolved the issue.

answered Jul 19, 2016 at 13:42

zeeawan's user avatar

zeeawanzeeawan

6,5672 gold badges50 silver badges54 bronze badges

Copy the source code of the .tmTheme file from Github.

Open your non-working .tmTheme file with Sublime text.

Paste contents, save and restart Sublime text.

answered Jun 4, 2017 at 7:45

migli's user avatar

miglimigli

2,44225 silver badges32 bronze badges

GO to Preferences->Browse Packages->User->open HTML.sublime-settings
then remove the line with "color_scheme" and save it.
if it doesn’t work, just open PHP.sublime-settings instead of HTML.sublime-settings and do the same thing.

answered Dec 15, 2017 at 15:07

Dara Rath's user avatar

delete the user and you can fined it in C:UserswebduangAppDataRoamingSublime Text 3Packages

answered Mar 26, 2016 at 8:17

user6116903's user avatar

GO to Preference->package control->package control user setting and paste this code..

{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "selection",
"font_face": "Source Code Pro Medium",
"font_size": 13,
"ignored_packages":
[
    "Markdown",
    "Vintage"
],
"indent_guide_options":
[
    "draw_normal",
    "draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_orange": true,
"overlay_scroll_bars": 3,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false

}

answered Jun 25, 2017 at 11:18

Atiq shk's user avatar

Another case. When there is no any views opened in window and I have ‘git clone’ some package I get error twice trying to run ‘Package Control: Install Package’

The console shows next messages:

error: Package Control

Error executing: /usr/bin/git config --get branch.develop.remote



VCS-based packages can be ignored with the "ignore_vcs_packages" setting.
error: Package Control

Error executing: /usr/bin/git config --get branch.develop.merge



VCS-based packages can be ignored with the "ignore_vcs_packages" setting.
Exception in thread Thread-128:
Traceback (most recent call last):
  File "./threading.py", line 901, in _bootstrap_inner
  File "package_control.commands.install_package_command in /home/kes/.config/sublime-text-3/Installed Packages/Package Control.sublime-package", line 46, in run
  File "package_control.package_installer in /home/kes/.config/sublime-text-3/Installed Packages/Package Control.sublime-package", line 100, in make_package_list
  File "package_control.upgraders.git_upgrader in /home/kes/.config/sublime-text-3/Installed Packages/Package Control.sublime-package", line 103, in incoming
  File "package_control.upgraders.git_upgrader in /home/kes/.config/sublime-text-3/Installed Packages/Package Control.sublime-package", line 64, in get_working_copy_info
AttributeError: 'bool' object has no attribute 'replace'

warning: mnemonic n not found in menu caption Cut
warning: mnemonic w not found in menu caption Word Wrap

From errors I can not understand what is wrong and which package makes problem.

Содержание

  1. Error loading colour scheme on portable upgrade #1211
  2. Comments
  3. Summary
  4. Expected behavior
  5. Actual behavior
  6. Steps to reproduce
  7. Environment
  8. Ошибка загрузки цветовой схемы в Sublime Text 3
  9. «Error loading color scheme» modal error dialog can get repetitive and annoying #982
  10. Comments
  11. Error loading colour scheme keeps popping up making it impossible to change it #1784
  12. Comments
  13. Summary
  14. Expected behavior
  15. Actual behavior
  16. Steps to reproduce
  17. Environment
  18. Error loading colour scheme #96
  19. Comments
  20. Footer

Error loading colour scheme on portable upgrade #1211

Summary

I use the portable version of SublimeText3.
I downloaded the latest version, and unzipped to a new directory.
I followed the instructions on Package Control to move my settings over from the previous portable version I was using.

  • I installed package Control and restarted a few times to load dependencies.
  • I copied files from the old Packages/User/ to the new.
  • I start the new portable version.

Expected behavior

Packages are downloaded an installed, theme and colour scheme is activated.

Actual behavior

Packages are downloaded and as each one is, a message box is shown:

Error loading colour scheme Packages/DXL/Monokai (SL).tmTheme: Unable to open Packages/DXL/Monokai (SL).tmTheme

I must constantly dismiss this error box.

Steps to reproduce

  1. Select a custom colour scheme.
  2. Unzip a new portable sublime text 3
  3. Install package control
  4. Restart to complete package control install
  5. Close both versions.
  6. Copy settings from old Packages/User/ to new.
  7. Start new portable version.

Environment

  • Operating system and version:
    • Windows 7 x64
  • Sublime Text:
    • Build 3114 x64 Portable

The text was updated successfully, but these errors were encountered:

Источник

Ошибка загрузки цветовой схемы в Sublime Text 3

Эта ошибка появляется каждый раз, когда я сохраняю файл или открываю файл.

Ошибка загрузки цветовой схемы ПакетыПользовательMonokaiGrayDL.tmTheme: Не удается открыть ПакетыПользовательMonikaiGray.tmTheme

Я искал об этом, но эти решения предназначены для возвышенного текста 2… пожалуйста, помогите

Вам нужно поместить файл темы в PackagesColor Scheme — Default.sublime-package .

Откройте Color Scheme — Default.sublime-package с помощью 7 zip (инструмент архива – вы можете использовать свой любимый инструмент) и перетащите Monokai Gray.tmTheme в него. Затем перейдите к Sublime и нажмите “Настройки” → “Цветовая схема” и найдите “Monokai Grey”. Когда вы выбираете цветовую схему, она автоматически обновляет настройку следующим образом:

Примечание. Я использую Sublime 3. Я не могу поделиться своим снимком экрана из-за отсутствия репутации.

После сохранения строка была восстановлена ​​для меня со ссылкой на существующую тему.

Иногда несколько открытых файлов игнорируют изменения настроек цветовых схем, у меня была такая же ошибка, после чего она запускалась в консоли ST3:

Этот код python довольно понятен.

При этом нет необходимости закрывать/повторно открывать инкриминированные файлы для устранения ошибок.

Я использую Sublime Text 3.
Я удаляю ColorHighlighter, и он работает.

Это происходит со мной время от времени, когда моя используемая тема обновляется через Control Package. Попробуйте переключиться на другую тему, при необходимости удалите и переустановите Monokai Grey, затем вернитесь к ней.

Это случилось со мной после установки Сравнить бок о бок. В сообщении об ошибке указано, что SBSCompareTheme.theme не может быть найден. Я не помню точную последовательность событий, но я помню, что в какой-то момент я удалил плагин, и сообщение об ошибке продолжало появляться.

Оказывается, что файл темы был Local/Session.sublime_session файле Local/Session.sublime_session (

/Application Support/Sublime Text 3/Local/Session.sublime_session под OSX).

Я отредактировал этот файл вручную, чтобы удалить любую ссылку на файл темы, и проблема исчезла!

Это просто!
Нажмите “Настройки” → “Настройка-Пользователь”

вы обнаружите, что ваш атрибут color_scheme является вашим сообщением об ошибке.
измените его с существующим файлом .tmTheme.

Я получал схожую ошибку для пакета PlainTasks. переименовать папку PlainTasks-master в PlainTasks и перезагрузка. Sublime разрешил проблему.

Скопируйте исходный код файла .tmTheme из Github.

Откройте неработающий файл .tmTheme с текстом Sublime.

Вставить содержимое, сохранить и перезапустить. Возвышенный текст.

GO to Preference- > управление пакетом- > пользовательский настройку управления пакетом и вставьте этот код.

У меня была аналогичная проблема с определенными файлами/синтаксисами после удаления пакета (MarkdownEditing).

Моя проблема заключалась в том, что некоторые пакеты создают в моем случае синтаксический файл *.sublime-settings ( Markdown.sublime-settings ). Файл находится в Library/Application Support/Sublime Text 3/Packages/User .

Этот параметр файл перезаписывает ваши настройки цветовой схемы в другом месте. Снятие решения проблемы.

Перейдите к настройкам- > Обзор пакетов- > Пользователь- > откройте HTML.sublime-settings
затем удалите строку с помощью «color_scheme» и сохраните ее.
если он не работает, просто откройте PHP.sublime-settings вместо HTML.sublime-settings и выполните то же самое.

Sublime 3 здесь, у меня сработало после перезагрузки.

удалите пользователя, и вы можете оштрафовать его в C:UserswebduangAppDataRoamingSublime Text 3Packages

Источник

«Error loading color scheme» modal error dialog can get repetitive and annoying #982

When I move ‘Package Control’ and ‘Preferences’ sublime-settings file to new sublime text installation

I get many ‘Error loading color scheme . ‘ during installation modules until my scheme is installed.

Prevent ‘error loading . ‘ error message until whole list of queued packages to install is not processed

Also this message appear when switch tab or navigating text (with Highlignt brackets is installed)

The text was updated successfully, but these errors were encountered:

The existance of this error is warranted, but I agree that it can get repetitive and annoying rather quickly. Maybe something could be done about the frequency and annoyance of modal dialogs here.

If this is related to modal dialogs. I have another case.
When I

  1. have «save_on_focus_lost»: true,
  2. open privileged file I have no rights to save
  3. switch to other tab
    I sink under flow of error messages about ‘can not write to file’ and flow of ‘Enter password’

(When modal dialog appears it trigger to save file, this cause new error — >lost focus -> trigger to save -> new error. ) It seems that is not possible to close all those windows =)

This is a problem for #980, actually, and should already be listed there.

Another case. When there is no any views opened in window and I have ‘git clone’ some package I get error twice trying to run ‘Package Control: Install Package’

The console shows next messages:

From errors I can not understand what is wrong and which package makes problem.

Yes, this is not a problem with Sublime Text at all but with Package Control.

I do not mean error itself. The error was raised once at the Package Control, but it was shown twice by sublime (the two modal dialogs were created with same error message)

The bug with Package Control explicitly setting the color scheme on each file was fixed with 3.2.0.

I just test build 3139, and an alert about the color scheme is shown when opening a new file. So normally if you make a mistake in your color scheme file path, you’ll get two error popups.

Also, build 3127+ include a color scheme picker that simplified picking a valid color scheme and not having to type color schemes by name, or using an unwieldy menu structure.

Источник

Error loading colour scheme keeps popping up making it impossible to change it #1784

Summary

I wanted to change my colour scheme and ended up making a small mistake. I cannot correct the mistake because Sublime Text keeps creating a popup every time I try to edit it:

Expected behavior

Show me the popup once and no more.

Actual behavior

It shows the popup to me a billion times.

Steps to reproduce

  1. Open the User’s Preference settings.
  2. Edit the colour scheme to something invalid.
  3. Save the file.

Environment

  • Operating system and version:
    • Arch Linux 4.11.2-1
  • Monitor:
    • Resolution 2560×1440
    • dpi_scale used in ST 96
  • Sublime Text:
    • Build 3126
    • 64 bit

The text was updated successfully, but these errors were encountered:

possible duplicate of #982

I an unable to reproduce this problem on 3126 or 3139. I am thinking it is perhaps complicated by a package you have installed – maybe SublimeLinter is trying to regenerate and reset the color scheme?

With a vanilla install, if you change the color_scheme setting to an invalid value, you will get one popup saying the file is invalid. When you open a new file, you will then get a warning saying the color scheme is invalid. So if you set an invalid color scheme via hand editing, you should get at-most two popups, one when you first save and one when you open the Settings to change it back again.

This is further reduced from being an issue since build 3127+ include a command palette command that lets you pick from the list of installed color schemes. Thus users generally won’t be hand-editing and making mistakes.

Источник

Error loading colour scheme #96

I have been getting this error for months and it’s getting really annoying. I have reinstalled the package several times. When this happens, the package has been moved to ignored_package list in the Settings — User file. Removing that line fixes the problem, for some time.

Error loading colour scheme Packages/Dayle Rees Color Schemes/sublime/Peacock.tmTheme: Unable to open Packages/Dayle Rees Color Schemes/sublime/Peacock.tmTheme

The text was updated successfully, but these errors were encountered:

This is because the author keeps updating the file structure and breaking everyone’s preferences. Recently, themes were moved into a /sublime folder, and now it seems like all themes have been renamed and some deleted. Frustrating, that’s for sure. I’ll be downloading the theme I liked and linking to it externally it seems.

The reason for the rename is I’m using a different mechanism to build the themes. It shouldn’t change anymore. This new mechanism allows me to add themes more quickly, solve mapping issues globally, and generate more types of schemes. In the root of the repo you will now see that there are Coda and bootstrap themes, along with Google code prettify. These are resources people have asked for, but weren’t previously possible.

Hey guys, I’ve added a new directory called legacy that contains all the old themes. Hopefully I’ll be able to iron out any issues with the new themes soon enough. I hope this helps! 🙂

I am getting this error also every time i open sublime. it then fixes it self. however it is really annoying to have to click ok (3-4 times) every time i open sublime. Any idea what could be causing it and how i could fix it?

Error loading colour scheme Packages/Dayle Rees Color Schemes/sublime/contrast/lavender-contrast.tmTheme:
Unable to open Packages/Dayle Rees Color Schemes/sublime/contrast/lavender-contrast.tmTheme

I’m not sure mate, but I have heard that others have had the same issue. I’ve also heard that force updating the package can be used to resolve it. Please let me know 🙂

I’ve been getting this issue for a while now, and I’m still getting it — sometimes once per day. Leaving Sublime for a few minutes often resolves the issue, as the package is downloading, but its annoying,, and it doesn’t always fix it. Doing a ‘Enable Package’ does resolve the issue, but I first have to change theme to something else, then enable this package, and then I can reset my theme preferences.

Using the Sublime>Legacy theme. Easily the best looking Sublime theme I’ve seen imho. Very much appreciative of your work!

Same thing here: have to uninstall/reinstall package daily on ST3 as I get the «Error loading colour scheme Packages/Dayle Rees Color Schemes/sublime/laravel.tmTheme: Unable to open Packages/Dayle Rees Color Schemes/sublime/laravel.tmTheme» error.

Thank you for your hard work!

You need to set your color theme in Preferences

© 2023 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

This error appears every time I save file or open a file.

Error loading colour scheme PackagesUserMonokaiGrayDL.tmTheme: Unable to open PackagesUserMonikaiGray.tmTheme

I searched about it but those solutions are for sublime text 2…please help

15 Answers

Menu > Sublime Text > Preferences > Settings - User> remove the line with `"color_scheme"`.

After saving the line was regenerated for me with a reference to a theme that actually exists.

You need to put the theme file inside PackagesColor Scheme - Default.sublime-package.

Open Color Scheme - Default.sublime-package with 7 zip (archive tool-you may use your favorite tool), and drag Monokai Gray.tmTheme into it. Then go to Sublime, and click Preferences -> Color Scheme and find Monokai Gray. When you choose the color scheme, it automatically updates the setting with this:

"color_scheme": "Packages/Color Scheme - Default/MonoKai Gray.tmTheme",

Note: I am using Sublime 3. I am not able to share my screen shot due to lack of reputation.

Sometimes, a couple of opened files ignores color schemes settings modifications, I had the same bug then ran this in the ST3 console :

[ v.settings().erase("color_scheme") for views in [ w.views() for w in sublime.windows() ] for v in views ]

This python code is pretty self explanatory.

With this, no need to close/re-open incriminated files for the bugs to go away.

Source

This happened to me after installing Compare Side-By-Side. The error message specified that SBSCompareTheme.theme could not be found. I don’t remember the exact sequence of events, but I remember that at some point, I uninstalled the plugin, and the error message kept appearing.

It turns out that the theme file was referenced in the Local/Session.sublime_session file (~/Application Support/Sublime Text 3/Local/Session.sublime_session under OSX).

I edited that file by hand to remove any reference to the theme file, and the problem went away!

I am using Sublime Text 3.
I remove ColorHighlighter and it works.

This happens to me every now and then when my theme in use is being updated via Package Control. Try switching to a different theme, optionally remove and re-install Monokai Gray, then switch back to it.

I was having a similar issue with certain files/syntaxes after deleting a package (MarkdownEditing).

My issue was that some packages creates a syntax-specific *.sublime-settings file (Markdown.sublime-settings in my case). The file is location in Library/Application Support/Sublime Text 3/Packages/User.

This settings-file overwrites your color-scheme settings elsewhere. Removing it solved the issue.

I had the same problem:

My issue was that some packages creates a syntax-specific *.sublime-settings file (Markdown.sublime-settings in my case).

The file is located in Library/Application Support/Sublime Text 3/Packages/User.

That’s easy!
Click Preferences ->Setting-User

you’ll find your «color_scheme» attribute is your error message.
change it with a exist «.tmTheme» file.

Restart Sublime.

Sublime 3 here, worked for me after a restart.

I was getting similar error for the package PlainTasks. By renaming the folder PlainTasks-master to PlainTasks and restarting Sublime resolved the issue.

Copy the source code of the .tmTheme file from Github.

Open your non-working .tmTheme file with Sublime text.

Paste contents, save and restart Sublime text.

GO to Preferences->Browse Packages->User->open HTML.sublime-settings
then remove the line with "color_scheme" and save it.
if it doesn’t work, just open PHP.sublime-settings instead of HTML.sublime-settings and do the same thing.

delete the user and you can fined it in C:UserswebduangAppDataRoamingSublime Text 3Packages

GO to Preference->package control->package control user setting and paste this code..

{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "selection",
"font_face": "Source Code Pro Medium",
"font_size": 13,
"ignored_packages":
[
    "Markdown",
    "Vintage"
],
"indent_guide_options":
[
    "draw_normal",
    "draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_accent_orange": true,
"overlay_scroll_bars": 3,
"theme": "Default.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": false

}

I don’t understand why I’m getting all these errors:

Error loading colour scheme Packages/Material Theme/schemes/Material-Theme.tmTheme:
Unable to open Packages/Material Theme/schemes/Material-Theme.tmTheme

enter image description here

I’ve followed the super simple instructions here to install the Material Design theme: https://github.com/equinusocio/material-theme

Same problem with SpaceGray: https://github.com/kkga/spacegray

My user settings file in Sublime Text

{
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "theme": "Material-Theme.sublime-theme",
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 3,
    "line_padding_top": 3,
    "overlay_scroll_bars": "enabled",
    "rulers":
    [
        80
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "word_separators": "./\()"':,.;<>~!@#$%^&*|+=[]{}`~?",
    "word_wrap": true
}

The following is where my Browse Packages command opens up:

enter image description here

У меня есть этот файл конфигурации пользователя для Sublime text:

{
  "color_scheme": "Packages/Color Scheme - Default/Boron.tmTheme",
    "font_size": 14.0
}

К сожалению, это вызывает ошибку:

Error loading colour scheme
Packages/Color Scheme - Default/Boron.tmTheme:
Error parsing plist xml: Failed to open file In file
"Packages/Color Scheme - Default/Boron.tmTheme"

Что означает эта ошибка? Как лучше начать отладку?

2 ответы

Он находит тему, но не может разобрать файл XML.

Откройте Packages/Color Scheme - Default/Boron.tmTheme файл в Sublime и исправьте его. Скорее всего, есть какая-то синтаксическая ошибка XML.

ответ дан 29 мая ’13, 08:05

Просто продолжение, так как я часто сталкиваюсь с этой проблемой. Если ваша цветовая схема работала и внезапно перестала работать, найдите версию этого файла в формате .cache и удалите ее. Моя кешированная версия часто повреждается, и ее удаление решает проблему.

Создан 03 фев.

Не тот ответ, который вы ищете? Просмотрите другие вопросы с метками

sublimetext2

or задайте свой вопрос.

  1. General
  2. Plugin announcements
  3. Вопросы

0

Guangyou Sheng 10 лет назад

в Plugin announcements

обновлен Barney Carroll 10 лет назад


2

error loading colour scheme packagescolor scheme-DefaultColorized-174179539423213-Monokai.tmTheme:Error pasrsing plist xml:Failed to open file in file «packagescolor scheme-DefaultColorized-174179539423213-Monokai.tmTheme»

Голос

  • Ответы 2


  • Старые сверху

    • Новые сверху
    • Старые сверху

+1

Guangyou Sheng 10 лет назад

Delete the plugin later still error
  • Ответить
  • |

+1

Barney Carroll 10 лет назад

Remove the Live CSS plugin (Ctrl+Shift+P, ‘Remove’). Replace it with Color Highlighter if you want.

https://github.com/a-sk/livecss/issues/39

  • Ответить
  • |

Понравилась статья? Поделить с друзьями:
  • Error loading cdilla dll
  • Error loading cached network config network podman not found in cni cache
  • Error load dll winols
  • Error loading bmp texture half life model viewer
  • Error load balancing failed to find a valid mailbox database