jpinnix / flatui-dark

A darker version of the flatui Atom syntax theme.
1 stars 1 forks source link

Failed to activate the flatui-dark theme #2

Open wbarahona opened 9 years ago

wbarahona commented 9 years ago

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.0.0 System: Mac OS X 10.10.2 Thrown From: flatui-dark package, v6.0.0

Stack Trace

Failed to activate the flatui-dark theme

At missing opening `{` in /Users/ss/.atom/packages/flatui-dark/index.less:187:0

LessError: missing opening `{`
  at /Users/ss/.atom/packages/flatui-dark/index.less:187:0

Commands

     -0:56.9.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)
  2x -0:26.4.0 core:backspace (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "disabledPackages": [
      "wrap-guide",
      "emmet"
    ],
    "themes": [
      "one-dark-ui",
      "flatui-dark"
    ]
  }
}

Installed Packages

# User
atom-handlebars, v0.5.0
highlight-selected, v0.10.1
language-apache, v1.3.0
language-cfml, v0.7.1
language-gitignore, v0.2.0
minimap, v4.10.0

# Dev
No dev packages
Ritooon commented 6 years ago

👍 Same for me

Edit : Found a "{" missing after ":host" at the start of the .less file. But, when I changed that, the theme wasn't dark ;)