Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Stopped updating Modified Settings on the Fly. #21

Open
FuckingToasters opened this issue Jul 26, 2024 · 3 comments
Open

[Bug] Stopped updating Modified Settings on the Fly. #21

FuckingToasters opened this issue Jul 26, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@FuckingToasters
Copy link

Version
1.0.73

Describe the bug
After some time of using the Public without any issue, i noticed that modifications i'm doing in the Plugin Settings won't show up instantly, i would need to move to a different Settings Panel and then back to fast-text-color to see the modifications i just done. Adding new Color, moving position of a color, setting RGB Vaules, all seem as tho it didn't did anything and you only see that it did the thing after you re-visit the plugin settings.

To Reproduce
Steps to reproduce the behavior:

  1. Install Version 1.0.73 (currently the latest)
  2. Regulary add colors, move color positions etc.
  3. Next day, see the actions not being auto-updated correctly.

Expected behavior
I expected it to work like it did when i first installed the Plugin without modifications 24/7.

Screenshots
Not a good way to show this issue in an Image....

Additional context
I've already tried disabeling the plugin, uninstalling the plugin (backeded up the .obsidian folder beforehand ofc), completly uninstalling Obsidian. using a fresh vault without any other Themes, Plugins or CSS Snippets. Sadly that didn't change anything.

@FuckingToasters FuckingToasters added the bug Something isn't working label Jul 26, 2024
@Superschnizel Superschnizel self-assigned this Jul 28, 2024
@Superschnizel
Copy link
Owner

Hi @FuckingToasters , i am still struggling to understand this issue fully.

Did you create a lot of themes and colors? Are there any error messages appearing on the Console (CTRL+SHIFT+i)?

if possible, could you paste the contents of the data.json file inside the .obsidian/plugins/obsidian-fast-text-color directory?

@FuckingToasters
Copy link
Author

FuckingToasters commented Aug 27, 2024

Hi @FuckingToasters , i am still struggling to understand this issue fully.

Did you create a lot of themes and colors? Are there any error messages appearing on the Console (CTRL+SHIFT+i)?

if possible, could you paste the contents of the data.json file inside the .obsidian/plugins/obsidian-fast-text-color directory?

Sorry for my late response, yes I've added a bunch of colors before it stopped working.

I checked the logs and found an error, however i'm not sure if this error is related to this plugin:

loading markdown-table-editor plugin
plugin:obsidian-banners:28 Loading Banners...
plugin:obsidian-auto-link-title:404 loading obsidian-auto-link-title
plugin:highlightr-plugin:3508 Highlightr v1.2.2 loaded
plugin:obsidian-icon-folder:6375 loading iconize
plugin:recent-files-obsidian:265 Recent Files: Loading plugin v1.4.1
plugin:url-into-selection:690 loading url-into-selection
plugin:juggl:14 Loading Juggl
plugin:obsidian-excalidraw-plugin:37 Initialized Excalidraw Image Cache
plugin:highlightr-plugin:78 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'parentNode')
    at L._finalBuild (plugin:highlightr-plugin:78:14306)
    at new L (plugin:highlightr-plugin:78:9752)
    at eval (plugin:highlightr-plugin:3217:31)
    at e.then (app.js:1:1483821)
    at HighlightrSettingTab.display (plugin:highlightr-plugin:3212:14)
    at SettingsSearch.getTabResources (plugin:settings-search:229:15)
    at SettingsSearch.buildPluginResources (plugin:settings-search:129:12)
    at eval (plugin:settings-search:131:29)

Here the requested data.json:

   {
 "themes": [
   {
     "colors": [
       {
         "color": "#ff0000",
         "id": "red",
         "keybind": "A",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-red"
       },
       {
         "color": "#ea732a",
         "id": "orange",
         "keybind": "S",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-orange"
       },
       {
         "color": "#f0cc2e",
         "id": "yellow",
         "keybind": "D",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-yellow"
       },
       {
         "color": "#bc18dc",
         "id": "magenta",
         "keybind": "F",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-magenta"
       },
       {
         "color": "#51070f",
         "id": "green",
         "keybind": "J",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-green"
       },
       {
         "color": "#28c883",
         "id": "cyan",
         "keybind": "K",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-cyan"
       },
       {
         "color": "#123f59",
         "id": "Black",
         "keybind": "Ö",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-Black"
       },
       {
         "color": "#2778ff",
         "id": "Blue",
         "keybind": "L",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-default-Blue"
       }
     ],
     "name": "default"
   },
   {
     "colors": [
       {
         "color": "#ffffff",
         "id": "underline",
         "keybind": "U",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "underline",
           "index": 1
         },
         "className": "ftc-color-custom-underline"
       },
       {
         "color": "#ff0000",
         "id": "red",
         "keybind": "A",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-red"
       },
       {
         "color": "#ea732a",
         "id": "orange",
         "keybind": "S",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-orange"
       },
       {
         "color": "#f0cc2e",
         "id": "yellow",
         "keybind": "D",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-yellow"
       },
       {
         "color": "#f0f8ff",
         "id": "AliceBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-AliceBlue"
       },
       {
         "color": "#faebd7",
         "id": "AntiqueWhite",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-AntiqueWhite"
       },
       {
         "color": "#00ffff",
         "id": "Aqua",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Aqua"
       },
       {
         "color": "#7fffd4",
         "id": "Aquamarine",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Aquamarine"
       },
       {
         "color": "#f0ffff",
         "id": "Azure",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Azure"
       },
       {
         "color": "#f5f5dc",
         "id": "Beige",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Beige"
       },
       {
         "color": "#ffe4c4",
         "id": "Bisque",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Bisque"
       },
       {
         "color": "#123f59",
         "id": "Black",
         "keybind": "Ö",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Black"
       },
       {
         "color": "#ffebcd",
         "id": "BlanchedAlmond",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-BlanchedAlmond"
       },
       {
         "color": "#2778ff",
         "id": "Blue",
         "keybind": "L",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Blue"
       },
       {
         "color": "#8a2be2",
         "id": "BlueViolet",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-BlueViolet"
       },
       {
         "color": "#a52a2a",
         "id": "Brown",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Brown"
       },
       {
         "color": "#deb887",
         "id": "BurlyWood",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-BurlyWood"
       },
       {
         "color": "#5f9ea0",
         "id": "CadetBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-CadetBlue"
       },
       {
         "color": "#7fff00",
         "id": "Chartreuse",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Chartreuse"
       },
       {
         "color": "#d2691e",
         "id": "Chocolate",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Chocolate"
       },
       {
         "color": "#ff7f50",
         "id": "Coral",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Coral"
       },
       {
         "color": "#6495ed",
         "id": "CornflowerBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-CornflowerBlue"
       },
       {
         "color": "#fff8dc",
         "id": "Cornsilk",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Cornsilk"
       },
       {
         "color": "#dc143c",
         "id": "Crimson",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Crimson"
       },
       {
         "color": "#28c883",
         "id": "Cyan",
         "keybind": "K",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Cyan"
       },
       {
         "color": "#00008b",
         "id": "DarkBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkBlue"
       },
       {
         "color": "#008b8b",
         "id": "DarkCyan",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkCyan"
       },
       {
         "color": "#b8860b",
         "id": "DarkGoldenRod",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkGoldenRod"
       },
       {
         "color": "#a9a9a9",
         "id": "DarkGrey",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkGrey"
       },
       {
         "color": "#006400",
         "id": "DarkGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkGreen"
       },
       {
         "color": "#bdb76b",
         "id": "DarkKhaki",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkKhaki"
       },
       {
         "color": "#8b008b",
         "id": "DarkMagenta",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkMagenta"
       },
       {
         "color": "#556b2f",
         "id": "DarkOliveGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkOliveGreen"
       },
       {
         "color": "#ff8c00",
         "id": "DarkOrange",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkOrange"
       },
       {
         "color": "#9932cc",
         "id": "DarkOrchid",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkOrchid"
       },
       {
         "color": "#8b0000",
         "id": "DarkRed",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkRed"
       },
       {
         "color": "#e9967a",
         "id": "DarkSalmon",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkSalmon"
       },
       {
         "color": "#8fbc8f",
         "id": "DarkSeaGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkSeaGreen"
       },
       {
         "color": "#483d8b",
         "id": "DarkSlateBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkSlateBlue"
       },
       {
         "color": "#2f4f4f",
         "id": "DarkSlateGray",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkSlateGray"
       },
       {
         "color": "#00ced1",
         "id": "DarkTurquoise",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkTurquoise"
       },
       {
         "color": "#9400d3",
         "id": "DarkViolet",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DarkViolet"
       },
       {
         "color": "#ff1493",
         "id": "DeepPink",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DeepPink"
       },
       {
         "color": "#00bfff",
         "id": "DeepSkyBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DeepSkyBlue"
       },
       {
         "color": "#696969",
         "id": "DimGray",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DimGray"
       },
       {
         "color": "#1e90ff",
         "id": "DodgerBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-DodgerBlue"
       },
       {
         "color": "#b22222",
         "id": "FireBrick",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-FireBrick"
       },
       {
         "color": "#fffaf0",
         "id": "FloralWhite",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-FloralWhite"
       },
       {
         "color": "#228b22",
         "id": "ForestGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-ForestGreen"
       },
       {
         "color": "#ff00ff",
         "id": "Fuchsia",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Fuchsia"
       },
       {
         "color": "#dcdcdc",
         "id": "Gainsboro",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Gainsboro"
       },
       {
         "color": "#f8f8ff",
         "id": "GhostWhite",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-GhostWhite"
       },
       {
         "color": "#ffd700",
         "id": "Gold",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Gold"
       },
       {
         "color": "#daa520",
         "id": "GoldenRod",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-GoldenRod"
       },
       {
         "color": "#808080",
         "id": "Gray",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Gray"
       },
       {
         "color": "#008000",
         "id": "Green",
         "keybind": "J",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Green"
       },
       {
         "color": "#adff2f",
         "id": "GreenYellow",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-GreenYellow"
       },
       {
         "color": "#f0fff0",
         "id": "HoneyDew",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-HoneyDew"
       },
       {
         "color": "#ff69b4",
         "id": "HotPink",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-HotPink"
       },
       {
         "color": "#cd5c5c",
         "id": "IndianRed",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-IndianRed"
       },
       {
         "color": "#4b0082",
         "id": "Indigo",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Indigo"
       },
       {
         "color": "#fffff0",
         "id": "Ivory",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Ivory"
       },
       {
         "color": "#f0e68c",
         "id": "Khaki",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Khaki"
       },
       {
         "color": "#e6e6fa",
         "id": "Lavender",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Lavender"
       },
       {
         "color": "#fff0f5",
         "id": "LavenderBlush",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LavenderBlush"
       },
       {
         "color": "#7cfc00",
         "id": "LawnGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LawnGreen"
       },
       {
         "color": "#fffacd",
         "id": "LemonChiffon",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LemonChiffon"
       },
       {
         "color": "#add8e6",
         "id": "LightBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightBlue"
       },
       {
         "color": "#f08080",
         "id": "LightCoral",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightCoral"
       },
       {
         "color": "#e0ffff",
         "id": "LightCyan",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightCyan"
       },
       {
         "color": "#fafad2",
         "id": "LightGoldenRodYellow",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightGoldenRodYellow"
       },
       {
         "color": "#d3d3d3",
         "id": "LightGray",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightGray"
       },
       {
         "color": "#90ee90",
         "id": "LightGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightGreen"
       },
       {
         "color": "#ffb6c1",
         "id": "LightPink",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightPink"
       },
       {
         "color": "#ffa07a",
         "id": "LightSalmon",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightSalmon"
       },
       {
         "color": "#20b2aa",
         "id": "LightSeaGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightSeaGreen"
       },
       {
         "color": "#87cefa",
         "id": "LightSkyBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightSkyBlue"
       },
       {
         "color": "#778899",
         "id": "LightSlateGray",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightSlateGray"
       },
       {
         "color": "#b0c4de",
         "id": "LightSteelBlue",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightSteelBlue"
       },
       {
         "color": "#ffffe0",
         "id": "LightYellow",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LightYellow"
       },
       {
         "color": "#00ff00",
         "id": "Lime",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Lime"
       },
       {
         "color": "#faf0e6",
         "id": "Linen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Linen"
       },
       {
         "color": "#32cd32",
         "id": "LimeGreen",
         "keybind": "",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-LimeGreen"
       },
       {
         "color": "#bc18dc",
         "id": "Magenta",
         "keybind": "F",
         "italic": false,
         "bold": false,
         "cap_mode": {
           "states": [
             "normal",
             "all_caps",
             "small_caps"
           ],
           "state": "normal",
           "index": 0
         },
         "line_mode": {
           "states": [
             "none",
             "underline",
             "overline",
             "line-through"
           ],
           "state": "none",
           "index": 0
         },
         "className": "ftc-color-custom-Magenta"
       }
     ],
     "name": "custom"
   }
 ],
 "themeIndex": 1,
 "version": "3",
 "interactiveDelimiters": true,
 "useKeybindings": true,
 "useNodeRebuilding": false
}

@Superschnizel
Copy link
Owner

@FuckingToasters ,
I just released Version 1.0.9 that hopefully should deal with this issue, let me know if the situation improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants