Code Monkey home page Code Monkey logo

moonlight-vscode-theme's People

Contributors

alexkvazos avatar atomiks avatar brettm12345 avatar enkeyz avatar gabbanaesteban avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

moonlight-vscode-theme's Issues

Make line separators more visible

I absolutely love ๐Ÿ’œ this theme - thank you ๐Ÿ™

I frequently have to adjust the height of my terminal which I placed below my explorer and find it tricky to grab the lines. Is there any chance that we can have them just a tiny bit more visible?

Screenshot 2021-12-16 at 12 07 32

Color tag in Vue Js

Hello Dev, first of all, I have good experience using this theme while developing React JS, I love it. But not good enough with Vue JS, there's the same color between child components with regular tag HTML, and sometimes makes me confused, could you update the color of child components like in React?

here's the example
sample vue

Missing syntax highlighting for new Python 3.10 keywords

Preface: "editor.semanticHighlighting.enabled": true does "fix" the following issue, but ruins the color scheme for everything else.

Issue

the match and case keywords are not highlighted properly in either moonlight or moonlight II. These are newer keywords added in 3.10

Proposed fix

Have them use whatever color is used for if/else

I tried to look at a recent commit to see if I could create a PR, but I'm very unfamiliar with theming. I'd be happy to help with this if I could. Really cute theme.

Glow for TypeScript files

Love love love this extension! I get tons of questions on my YouTube videos whenever I use it!

Just a quick question on how to add support for typescript files--glow is enabled, but it seems to only be picked up in my JavaScript files.

I'm sure it's something simple, but I'm not too experienced with modifying VS Code themes.

Thanks again!

Unused Property

"panel.dropBackground"
Remove this VS Code no longer supports this.

&

Try to compress the theme code.

Thank You ๐Ÿ˜„

Compatibility for Webstorm

This looks like an amazing theme, but I have no idea how to get this into Webstorm. Is there a way to export this to a format that works with Webstorm?

Issue with the editor background color

Hi, first of all, congratulations, the theme looks really awesome and the color composition it's very well achieved.

The only issue I found is a weird behavior with the background of the editor. It's shown a darker rectangle at the right side, in almost every file that I opened.

I gonna attach a screenshot for illustration purposes.

image

Semantic colorization for Go

I love the theme, but it's missing specific semantic colorization for Go language. Would you accept a patch? I tried to use the same colors - what I've seen for Javascript in the theme.

image

Moonlight contrast theme

Can we get a contrast version of this theme? So the toolbars of VsCode, etc are more darker than the text editor window.

Scrollbar gutter (right side) colors

Does anyone know what these are called? I can't find it in the VS Code theme reference.

I want to change them to match the theme better. Night Owl, Atom One Dark don't change these either but Material Theme does.

Brown = search match highlight color (this looks the worst)
Blue = git modified

The warning and error colors in the gutter look ok (not shown in the image), it's mainly the blue that doesn't match, and the brown color looks awful

Object highlighting

Please vote ๐Ÿ‘ or ๐Ÿ‘Ž for this.

Objects get a pastel green color when property access is performed on them. I've tried various different colors and this seems to be the best color without conflicting with existing colors.

colors

A possibility might also be for object property keys to use the lighter pastel green and objects to use the stronger green (reversed).

Moonlight-II for atom with TS support

Hi, Atomiks I used VSCode Only because of your moonlight II theme and the fact that It has been the best with TypeScript. Today I just had enough of the horrible UI design of VSCode and wanted to go back to Atom, but I remember why I was using VSCode at the beginning. Try installing the Atom version of moonlight but has horrible typescript support.

I have cloned both of your repositories and tried binding them to fix the issue with no success I don't know if you could help with this, if you are interested, or if you have any problem with me doing this. Please let me know in that case.

How can I install this Theme in VSCodium?

I'm trying to install this theme in VSCodium, the telemetrics-free version of VS Code, but unfortunately it's not listed in the list of available extensions. Can you help? Thanks ๐Ÿ˜‰

Make it for Linux (OSS)

Awesome theme. I've been using it on my Windows, but since I've switched over to Linux, I was wondering if it is available for Linux users.

Glow effect ?

Hello and thanks for this awesome theme that I'm using every day since 3 years and make my day brighter.
I don't see the awesome glowing light effect in the readme anymore, is this theme still compatible with it ?
My life is a little bit darker without the light, do we have a way to enable it again ?

Hyper theme

Is there a port of Moonlight for Hyper Terminal?

Breaking color changes

Hello, I was coming back from a longer development break this Christmas and now discovered that everything looks different now. I really liked the old theme, I was using it for a few years now. Why was such a breaking change just installed by default? Wouldn't it be better to just add this new totally different theme as a second version which can be selected in the theme selector and still keep the old ones?

Before:
image

After:
image

Moonlight II feat. optional GLOWโ„ข

Inspired by the Synthwave84 theme:

glowy moonlight ii

I've been using it for a few hours and really like the subtle glows in certain places. You can follow the steps outlined in his theme readme

Currently only cyan punctuation + purple keywords:

.mtk5 {
  color: #93e2ff;
  text-shadow: 0 0 2px #000, 0 0 14px #46e3ff;
}

.mtk8 {
  color: #d0aeff;
  text-shadow: 0 0 2px #000, 0 0 10px #9a57ff, 0 0 35px #bf4fffbb;
}

Plenty of other tokens to add glow to if you want ๐Ÿ‘

Is this something you like? I can add it to the README and make it the default preview pic.


There's also a few color changes that I've made that I haven't released yet:

  • Function calls and function definition colors are different (dark blue vs sky blue)
  • Lighter bracket punctuation
  • Objects (first-level) are yellow

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.