Cammisuli / breeze

A theme that has cool blues that feel like a good breeze.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color updates

Cammisuli opened this issue · comments

"[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"
          }
        }
      ]
    }
  },
"[Warm Breeze]": {
      "editorGroupHeader.tabsBackground": "#e3e6e8",
      "editorLineNumber.activeForeground": "#6b6b6b",
      "editorLineNumber.foreground": "#babaac",
      "tab.inactiveBackground": "#e3e6e8"
    }