Giter VIP home page Giter VIP logo

breeze's Introduction

Hi there ๐Ÿ‘‹

breeze's People

Contributors

azure-pipelines[bot] avatar cammisuli avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

edmondi-kacaj

breeze's Issues

CSS value color

Hi! The color of alphabetical values in CSS isn't distinguished from the color of properties; not sure if this is by design, however most color themes I've come across tend to give them different colors for better separation.

image

Add Angular token colors

 "[Cammisuli Theme]": {
      "textMateRules": [
        {
          "name": "ngTemplate",
          "scope": "entity.other.ng-binding-name.template.html",
          "settings": {
            "foreground": "#e2ad5e"
          }
        },
        {
          "name": "ngBinding",
          "scope": "entity.other.ng-binding-name.property.html",
          "settings": {
            "foreground": "#e2675e"
          }
        },
        {
          "name": "ngOutput",
          "scope": "entity.other.ng-binding-name.event.html",
          "settings": {
            "foreground": "#7ecc25"
          }
        },
        {
          "name": "customelement",
          "scope": [
            "meta.tag.custom.start.html",
            "meta.tag.custom.end.html",
            "meta.tag.custom.start.html entity.name.tag.html",
            "meta.tag.custom.end.html entity.name.tag.html"
          ],
          "settings": {
            "foreground": "#95999e"
          }
        }
      ]
    },
    "[Cammisuli Theme Light]": {
      "textMateRules": [
        {
          "name": "ngTemplate",
          "scope": "entity.other.ng-binding-name.template.html",
          "settings": {
            "foreground": "#e2ad5e"
          }
        },
        {
          "name": "ngBinding",
          "scope": "entity.other.ng-binding-name.property.html",
          "settings": {
            "foreground": "#e2675e"
          }
        },
        {
          "name": "ngOutput",
          "scope": "entity.other.ng-binding-name.event.html",
          "settings": {
            "foreground": "#7ecc25"
          }
        },
        {
          "name": "customelement",
          "scope": [
            "meta.tag.custom.start.html",
            "meta.tag.custom.end.html",
            "meta.tag.custom.start.html entity.name.tag.html",
            "meta.tag.custom.end.html entity.name.tag.html"
          ],
          "settings": {
            "foreground": "#064bbb"
          }
        }
        //meta.tag.custom.start.html

        // entity.other.ng-binding-name.property.html
        // {
        //   "name": "ngIF",
        //   "scope": "entity",
        //   "settings": {
        //     "foreground": "#BADA55"
        //   }
        // }
      ]
    }

Color updates

"[Sunset Breeze]": {
	  "titleBar.border": "#ccbe9c",
      "sideBarSectionHeader.background": "#E6E0C3"
    },
 "editor.tokenColorCustomizations": {
    "[Cool Breeze]": {
      "textMateRules": [
        {
          "scope": "meta.decorator entity.name.function, punctuation.decorator",
          "settings": {
            "fontStyle": "italic",
            "foreground": "#53c2c2"
          }
        }
      ]
    },
    "[Sunset Breeze]": {
      "textMateRules": [
        {
          "scope": "meta.decorator entity.name.function, punctuation.decorator",
          "settings": {
            "fontStyle": "italic"
          }
        }
      ]
    },
    "[Warm Breeze]": {
      "strings": "#cb9662",
      "textMateRules": [
        {
          "scope": "meta.decorator entity.name.function, punctuation.decorator",
          "settings": {
            "fontStyle": "italic"
          }
        }
      ]
    }
  },

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.