Skip to content

Commit

Permalink
feat: add Dimmed new color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Apr 15, 2021
1 parent 83832ac commit 59ed06a
Show file tree
Hide file tree
Showing 12 changed files with 1,128 additions and 584 deletions.
4 changes: 4 additions & 0 deletions GitHub-Theme.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,27 @@
},
{
"class": "title_bar",
"settings": ["!themed_title_bar"],
"attributes": ["file_dark"],
"bg": ["background", 255, 255, 255, 0.15],
"style": "dark"
},
{
"class": "title_bar",
"settings": ["!themed_title_bar"],
"attributes": ["file_medium_dark"],
"style": "dark"
},
{
"class": "title_bar",
"settings": ["!themed_title_bar"],
"attributes": ["file_medium"],
"bg": ["background", 0, 0, 0, 0.2],
"style": "light"
},
{
"class": "title_bar",
"settings": ["!themed_title_bar"],
"attributes": ["file_light"],
"fg": ["background", 0, 0, 0, 0.7],
"bg": ["background", 0, 0, 0, 0.1],
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,24 @@
}
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@babel/core": "7.13.15",
"@babel/preset-env": "7.13.15",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@meetio/scheme-generator": "^2.0.1",
"@primer/primitives": "^3.0.0",
"@typescript-eslint/eslint-plugin": "4.13.0",
"@typescript-eslint/parser": "4.13.0",
"@primer/primitives": "^4.2.1",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"babel-eslint": "^10.0.3",
"conventional-changelog-cli": "^2.1.1",
"eslint": "7.17.0",
"husky": "^4.3.7",
"eslint": "7.24.0",
"husky": "^6.0.0",
"prettier": "^2.2.1",
"svg2img": "^0.9.0",
"svg2img": "^0.9.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
"typescript": "^4.2.4"
},
"dependencies": {
"@types/node": "^14.14.20"
"@types/node": "^14.14.40"
}
}
Loading

0 comments on commit 59ed06a

Please sign in to comment.