GithubHelp home page GithubHelp logo

jmarquis / conduit-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atom-community/ui-theme-template

1.0 2.0 0.0 1.63 MB

A simple dark UI theme for Atom that automatically matches the current syntax theme.

License: MIT License

CSS 100.00%

conduit-ui's Introduction

Conduit

A simple dark UI theme for Atom that automatically matches the current syntax theme. Only dark syntax themes supported currently. Optimized for use with seti-icons.

Installation

  1. Go to Atom's settings (โŒ˜ + comma)
  2. Choose Install
  3. Select Themes and search for "conduit-ui"
  4. Click the Install button on the conduit-ui theme
  5. Choose Themes on the left
  6. Choose Conduit from the UI Theme dropdown
  7. Pair it with your favorite dark syntax theme!

Screenshots

Screenshots shown with file-icons, minimap, highlight-line and a few other random packages.

Atom Dark syntax: Atom Dark

Base16 Tomorrow Dark syntax: Base16 Tomorrow Dark

Predawn syntax: Predawn

Solarized Dark syntax: Solarized Dark

conduit-ui's People

Stargazers

 avatar

Watchers

 avatar  avatar

conduit-ui's Issues

Scrollbars not styled on Linux

You could try to play around with this (added this to my custom stylesheet in the meantime)

.scrollbars-visible-always {
  /deep/ ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  /deep/ ::-webkit-scrollbar-track,
  /deep/ ::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0.1);
  }

  /deep/ ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
    box-shadow: 0 0 1px black inset;
  }
}

Taken from atom-dark-ui

Great theme :)

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.