Code Monkey home page Code Monkey logo

twilightsparkle-syntax's Introduction

twilightsparkle-syntax theme

A dark syntax theme for Atom inspired by My little Pony Twilightsparkle. The colors that are used are dark blue, light-turquoise, pink, purple and a nice green. The twilightsparkle-syntax theme matches the Twilightsparkle UI Theme. For the best experience you should install both.

For full awesomeness also install the Atom File Icons package. The UI theme will colorize the icons in the theme colors.

Twlilightsparkle

twilightsparkle-syntax's People

Contributors

nanoparsec avatar nerdbabe avatar

Stargazers

 avatar

Watchers

 avatar

twilightsparkle-syntax's Issues

Syntax highlighting broken in yaml

I love this syntax theme and want to keep using it, but it's not integrating well with yaml and Dockerfiles

In a yaml file, keys and values have the same syntax highlighting and makes it difficult to read. Same with Dockerfiles.

For example, these keys and values have the same color (green):

config.yml

version: 2.0
jobs:
  build:
    working_directory: ~/app
    docker:
      - image: circleci/ruby:2.3.3-node-browsers
        environment:
          RAILS_ENV: test
          RACK_ENV: test
          PGHOST: 127.0.0.1
      - image: circleci/postgres:9.6.2-alpine
        environment:
          POSTGRES_USER: circleci
          POSTGRES_PASSWORD: ''
    parallelism: 5
    steps:
      - checkout

      - restore_cache:
          name: Restore bundle cache
          keys:
            - app-bundle-{{ checksum "Gemfile.lock" }}
            - app-bundle

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.