Giter VIP home page Giter VIP logo

atom's People

Contributors

daylerees avatar mostafa6765 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  avatar

atom's Issues

Workarounds for theme rendering issues

I really like this theme collection, but I ran into some minor issues while using them, I'm not experienced on how Atom themes are made, so I've put some workaround lines on my style.less to make it work, if you're having the same issues I'm having, try putting those lines in your style.less.

  1. Gutter column is not all the way down:

Screenshot from 2021-11-19 18-06-49

What's supposed to look like:

Screenshot from 2021-11-19 18-07-52

The workaround:

atom-text-editor .gutter {
    min-height: 1000000px;
}

Screenshot from 2021-11-19 18-12-49

  1. Weird rendering when selecting brackets: ( bracket-matcher package )

(You can see a big horizontal line at the top of the editor, and some weird rendering on the bracket selection)
Screenshot from 2021-11-19 18-10-51

What's (kinda) supposed to look like:

(There should be a highlight on the matching brackets, but I'm not smart enough to figure that out)
Screenshot from 2021-11-19 18-11-23

The workaround:

atom-text-editor::shadow  .bracket-matcher .region {
    border-bottom: transparent;
    background-color: transparent;
    opacity: 0;
}

.bracket-matcher {
  background-color: #f0624b;
  opacity: 0;
  border: 1px solid #ffffff;
}

Screenshot from 2021-11-19 18-13-03

publish issue ! @code4mk

  • This rainglow-atom package isn't published properly. Again publish this package.

NB: maybe this is repo name issue. publish again, if works properly good otherwise change repo name atom to rainglow-atom @daylerees

Cant install in Atom

This is not installing in Atom. I just get this error:

Installing rainglow-atom to /Users/bgarrant/.atom/packages โœ—
No releases available for rainglow-atom

Compatibility With Dynamic UI Themes

Hey there! First off, excellent work ๐Ÿš€ I've been using your themes for years now.

One improvement that could be made to the Atom themes is adding support for dynamic UI themes (such as One Dark and Material UI). These type of UI themes make use of the syntax theme's syntax-variables.less file to determine matching colors.

screen shot 2018-01-02 at 2 54 41 pm

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.