Coder Social home page Coder Social logo

andromeda's People

Contributors

ebdonato avatar eliverlara avatar famazak avatar jgierer12 avatar nicollasricas 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

andromeda's Issues

Integrated Terminal Color Consistency

I added terminal colors to my settings.json using the colors from your theme. Not sure if there is an intentional reason you left the terminal out, but if not then perhaps add them into the theme officially?

"workbench.colorCustomizations" : {
        "terminal.ansiRed":"#ee5d43",
        "terminal.ansiGreen":"#96E072",
        "terminal.ansiYellow":"#FFE66D",
        "terminal.ansiBlue":"#7cb7ff",
        "terminal.ansiMagenta":"#ff00aa",
        "terminal.ansiCyan":"#00e8c6",
}

Andromeda High Contrast theme

Would love to see these color schemes play the magic in a high contrast theme.

Can we roll out a an extra theme under the andromeda - all things black? Thanks.

Andromeda with git text colors

Expected Behavior

The text color should be white when the file or folder is not ignored by git and grayed out when it is ignored.

Current Behavior

The file's folders' colors are the same whether they are ignored (.gitignore) using git or not.
image

Possible Solution

Change the text color to white when the file or folder is not ignored by git.

Steps to Reproduce

Just install Andromeda & enable git support for some project

Please make Italic Colorizer

I prefer Colorizer variant but it could be great if it have italic font like the others. Could you make it, please!!!

Make keywords italic

I really like your theme, would you accept a PR that makes keywords italic like in https://github.com/dracula/visual-studio-code? That would make the theme much better for users of fonts with special italics styles like Operator Mono. This could also be put in a separate theme style so users can choose between normal and italic styles.

Dim the highlighting of duplicate words

When working with Jupyter Notebooks in VS Code, if find it hard to distinguish between the selected word and the (automatically) highlighted duplications of that word. I experience this trouble in all Andromeda color themes, except Andromeda Colorizor. I would suggest dimming the highlighting of duplications.

I have included an image. In this image I selected "item" in item5. It is rather difficult to tell that though.

Capture

Highlight selected file Andromeda Bordered theme

Thank you guys for this amazing theme. I like green and dark colors very much! I'm currently using Andromeda Bordered.

One thing that is a bit difficult to use is the highlight color of selected file in project tree. If the selected file is modified in git then when i select it on editor, it's color in project tree is set to git's modified color (yellow) instead of selected color (green), which make me hard to find the current selected file if it was modified in git.

So it'd be great if there is a background color for the whole selection of selected file in project's tree. It would be easier to find the current selected file.

Offer This Amazing Theme on Visual Studio

I absolutely love this theme. I have had to make the switch over to Visual Studio from Code and seriously missing this theme! I have tried a few ways to port it over but it never works. Any chance you might offer it as a Visual Studio theme?!?

Thanks!

Debug Tool Bar is off

Hi, good job with Andromeda, my new preferred theme right now :)
One thing though, the debug tool bar is off with a very wrong color.

If you want i could make a pull request but i think you'll be better doing it with a colour that fit best your theme.
The css for the debug tool bar right now(with bad colors):

.debug-toolbar{
    background-color: rgb(55, 47, 60);
    box-shadow: rgb(46, 51, 63) 0px 5px 8px;
}```

Hopefully you'll get the time soon to change those.

Thanks again
     

Unable to write into user settings. Please open the user settings to correct errors/warnings in it and try again.

This is not a question, is actually how I resolved the problem described on the title of this post.

I tried to use one the themes of this package, but I couldn't due to a permissions issue, so I started to search a little bit about it, and after look over the VSCode documentation, I found the property you have to add to settings.json file is workbench.colorTheme . So, the final result is something like the next line depending on which theme do you want to use:
"workbench.colorTheme": "Andromeda Italic Bordered"
My final file version looks as below:
image

I hope this could be useful for someone who want to use this great theme package.

Can we use this for Pycharm?

The current tools to convert this into .icls files do not work any longer. This truly is the ideal theme and I'd love to find a way to use it on my IDEs.

Add support for semantic tokens

Would it be possible to add support for theming of semantic tokens to this theme? VSCode has a new mechanism for providing highlighting, and by default it is disabled for existing themes.

A number of extensions use it for enhanced colorization (I believe TypeScript, for example), but also fall back to using TextMate grammars for theming if support is not enabled. So generally many users may not notice that they don't have the enhanced highlighting available.

The extension I work on is new and does not have a fallback TextMate grammar, so if semantic token highlighting is disabled, there is 0 colorization available. You can download the extension here if you'd like to repro, and we have Azure/bicep#396 to track the issue generally on our side.

See https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide#theming for some information about adding support for semantic highlighting.

The "Comment's color" in VS Code is barely readable

First all, I would like to appreciate regarding the theme you've created. I set my VS Code default theme as Andromeda.
However, I will be grateful if you brighten up or enhance the color of "Comments" code as it's somehow unreadable.
I've shared an screenshot to provide a better demonstration.

commentFontColorIssue

Please let me know, if further information is required from my side.

VS Code Version: 1.74.3
Apple Macbook Pro 13 Inch (2020) - M1

About Using Andromeda in Pycharm

I love this theme. I have used almost all of the theme, but Andromeda Colorizer is what i decided to stick with. Is it possible by any mean to install/import it on Pycharm IDE?? I use Pycharm most of the time, and Andromeda Theme is only available for VS Code. Any suggestion is appreciated. Thank you for creating a beauty. :)

Highlight active indent guide

Not sure if this is a function of the theme or not, but my system's settings should always be highlighting the active indent grouping. Seems to be missing across the various versions of the theme. Is this a feature that can be added in without too much effort?

Example: The "hello" indent guideline is highlighted because of the cursor placement.

Andromeda Dark (Visual Studio)
Screen Shot 2020-04-07 at 9 58 19 AM Screen Shot 2020-04-07 at 9 58 47 AM

Ansible syntax highlighting

The most beautiful theme I've ever seen. But ansible syntax highlighting is not supported or not working? Or am I doing something wrong? Andromeda on the left, as it should be on the right.
image

Andromeda for PhpStorm

I wallow in joy while using the Andromeda theme on VS code. Please make it one for PhpStrom or Jetbrains IDEs based theme. Thanks for creating this sublime beauty. 🙏

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.