Giter Site home page Giter Site logo

extarys / atom-visual-studio-code-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marcusguttenplan/atom-visual-studio-code-ui

0.0 2.0 1.0 281 KB

The experience of Visual Studio Code, now in Atom.

License: MIT License

CSS 95.64% CoffeeScript 4.36%

atom-visual-studio-code-ui's Introduction

Atom Visual Studio Code UI theme Build Status

Banner Atom Visual Studio Code UI

This theme aims to reproduce the exact feeling of work with Visual Studio Code. So you don't need to renounce to the features of Atom to enjoy a great workflow. It looks even better with monokai syntax. If you prefer, there is an alternative version in light colors.

Made by @Zeioth


atom-visual-studio-code-ui

Install your toolbar

After you install this theme you'll only have the color scheme of Visual Studio Code. To enjoy the full experience you must install the next packages.

  1. tool-bar by suda - This will enable the sidebar. You can set the position to left.
  2. flex-tool-bar by cakecatz - It will allow us to configure the elements of the tool-bar.
  3. git-plus by akonwi - Having this you can run git commands from your toolbar.

Customize your toolbar

You can't see the toolbar yet. To configure it, you must press ctrl+shift+p and write "Flex Tool Bar: Edit Config File". Then paste this code and save it. You should be able to see your new toolbar after restart Atom.

[
  {
    type: "button"
    iconset: "ion"
    icon: "ios-copy"
    callback: "tree-view:toggle"
    tooltip: "Toggle Project Tree"
  }
  {
    type: "button"
    iconset: "fa"
    icon: "columns"
    tooltip: "Split Screen"
    callback: ["pane:split-right"]
  }
  {
    type: "button"
    iconset: "devicon"
    icon: "git-plain"
    callback: "git-plus:menu"
    tooltip: "Git"
    style:
      color: "#0198E1"
  }
  {
    type: "url"
    iconset: "ion"
    icon: "bug"
    url: "http://localhost:8000"
    tooltip: "Debug Django Project"
    show: [ "Python", "HTML", "JavaScript" ]
  }
]

FAQ

Can I custumize this theme? Yes, you can change anything in your styles.less like this:

.theme-atom-visual-studio-code-ui {
  atom-text-editor {
    background-color: #272822;
  }
}

My toolbar icons are too small! You can edit the size of the icons in "Preferences > Packages > Tool-bar".

Something has an incorrect color or size? Go to our Github repository, and open an issue uploading an image of your problem. I will fix it as soon as possible. Also, this theme is based on One Dark UI, so if you need further help, please refer to the documentation of said theme.

atom-visual-studio-code-ui's People

Contributors

anaisbetts avatar benogle avatar brucevang avatar fredwu avatar izuzak avatar jessegrosjean avatar kevinsawicki avatar marcusguttenplan avatar mcolyer avatar mnquintana avatar postcasio avatar shama avatar simurai avatar steverandy avatar taylorlapeyre avatar thedaniel avatar thomasjo avatar vmarkovtsev avatar zeioth avatar

Watchers

 avatar  avatar

Forkers

msgpo

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.