taniarascia / new-moon-atom-syntax

New Moon Syntax Theme for Atom
https://taniarascia.github.io/new-moon
MIT License
25 stars 5 forks source link

Failed to load the split-diff package #10

Closed pistou closed 4 years ago

pistou commented 7 years ago

[Enter steps to reproduce:]

  1. Install new-moon-atom-syntax
  2. Use new-moon-atom-syntax as syntax theme

Atom: 1.17.0 ia32 Electron: 1.3.15 OS: Windows 10 (Creators update) Thrown From: split-diff package 1.4.0

Stack Trace

Failed to load the split-diff package

At error evaluating function `fade`: color.toHSL is not a function in C:\Users\Pierre\.atom\packages\split-diff\styles\split-diff.less:12:24

LessError: error evaluating function `fade`: color.toHSL is not a function
  at /packages/split-diff/styles/split-diff.less:12:24

Commands

     -0:24.5.0 tree-view:show (atom-workspace.workspace.scrollbars-visible-always)
taniarascia commented 7 years ago

Thanks, I don't know why that happened. I'll look into it.

pistou commented 7 years ago

FYI, the error comes from split-diff.less background-color: fade(@syntax-color-removed, 40%);

Is there something specific about @syntax-color-removed in your code?