Info

  • License MIT License
  • Copyright LonelyDreamer. All rights reserved.

Statistics

  • Download count1,687 total downloads
  • Latest download count 439 downloads of latest version
  • Average download count2 downloads per day average

Owners

Description

Light-Blue and Greenish text with a Grey Properties and Navigation pane that attempts to condense areas to increase working space visibility.

Discussion

  • 6 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Kool stuff

  • Awesome theme with much personality - thanks a bunch!

    Noticed a bug - not sure if it's only for me but the checkboxes are tiny.

    Recreate by clicking any sprite object, go under properties and see the check button for Initially visible. All the check buttons look like this

    EDIT: found the fix.

    Change line 1023 to this:

    padding: 10px;

    (used to be 0)

  • Hello, I've been using your skin. Want to know if there will be a gray or black version of the event panel.~~~~

  • Thank you very much for taking my advice! You're doing great!!

  • Hello, very beautiful. Can you help modify the font of script? I recommend “hack“ font!

    • Hello chunchun

      A new release is available with the 'Hack' font in the scripting area. Below is the code used in case you would like to edit it in the future. As a side note, the font was larger than the original so I decreased it by 8%.

      {

      font-family: "Hack";

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/ttf/hack-regular.ttf") format("ttf"),

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff") format("woff"),

      src: url("https://cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/fonts/hack-regular.woff2") format("woff2"),

      }

      .CodeMirror-code {

      font-family: 'Hack', sans-serif;

      font-weight:normal;

      font-style:normal;

      font-size: 92%

      }

      Line 4381 to 4392. Good luck! Stay safe.