Skip to content

BlinkDL/BlinkColorTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BlinkColorTheme

特点是色彩丰富,同时仍然比较协调。支持 HTML+JS+CSS

目前只有 Brackets 的版本,欢迎 Fork & 做其它编辑器的版本

VS Code 可以用这个设置配合默认的 Dark+ 主题:

"editor.tokenColorCustomizations": {
    "variables": "#ddd",
    "keywords": "#d44",
    "comments": "#999",
    "strings": "#00b400",
    "numbers":"#d50",
    "functions": "#bb0",
    "textMateRules": [
    ]
},
"editor.fontSize": 15,
"editor.fontFamily": "Consolas, 'Microsoft YaHei', monospace",
"editor.lineHeight": 19,

在 Brackets 的效果预览:

image

About

A colorful theme for HTML+JS+CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages