Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Failed to activate the retro-gruvbox theme #38

Closed
Nanaotakashi opened this issue Jun 22, 2015 · 3 comments
Closed

Failed to activate the retro-gruvbox theme #38

Nanaotakashi opened this issue Jun 22, 2015 · 3 comments

Comments

@Nanaotakashi
Copy link

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 0.210.0
System: Mac OS X 10.10.3
Thrown From: one-dark-syntax package, v0.7.1

Stack Trace

Failed to activate the retro-gruvbox theme

At variable @mono-3 is undefined in /Applications/Atom.app/Contents/Resources/app.asar/node_modules/one-dark-syntax/styles/language.less:2:9

LessError: variable @mono-3 is undefined
  at /Applications/Atom.app/Contents/Resources/app.asar/node_modules/one-dark-syntax/styles/language.less:2:9

Commands

     -0:34.7.0 settings-view:install-packages-and-themes (ul.list-inline.tab-bar.inset-panel)

Config

{
  "core": {
    "themes": [
      "atom-dark-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
atom-jade, v0.3.0
autocomplete-php, v0.3.6
autocomplete-python, v0.4.3
autocomplete-ruby, v0.1.0
color-picker, v2.0.7
language-htaccess, v0.1.1
minimap, v4.10.0

# Dev
No dev packages
@izuzak
Copy link
Contributor

izuzak commented Jun 22, 2015

Thanks for the report, @Nanaotakashi -- are you able to reliably reproduce this? I just tried installing and switching to the retro-gruvbox theme and wasn't able to trigger this problem.

@kevinsawicki wondering if you have 💡 about what happened here. The error message says "Failed to activate the retro-gruvbox theme", but the stack trace mentions only the one-dark-syntax theme. 😕

@simurai
Copy link
Contributor

simurai commented Jun 23, 2015

I can't reproduce it either.

At variable @mono-3 is undefined

@mono-3 is the color variable that gets used for comments. But it's not mapped to any of the syntax-variables.less, so it shouldn't need it even if another package tries to use syntax-variables.less and it somehow doesn't get updated.

@Nanaotakashi What if you reload Atom after you active the retro-gruvbox theme, do you still see the error?

@Nanaotakashi
Copy link
Author

@simurai It works after I reinstalled it after I uninstalled & restarted my Macbook.
Thanks @izuzak & @simurai

@simurai simurai closed this as completed Jul 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants