mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -16,7 +16,7 @@
|
||||
}
|
||||
body {
|
||||
font: 75% georgia, sans-serif;
|
||||
line-height: 1.88889;
|
||||
line-height: 1.88889 !important;
|
||||
color: #555753;
|
||||
background: #fff url(blossoms.jpg) no-repeat bottom right;
|
||||
margin: 0;
|
||||
|
||||
@@ -1259,6 +1259,34 @@
|
||||
"light_modern": "constant.numeric: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " ",
|
||||
"t": "source.css meta.property-list.css meta.property-value.css",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF",
|
||||
"dark_modern": "default: #CCCCCC",
|
||||
"hc_light": "default: #292929",
|
||||
"light_modern": "default: #3B3B3B"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "!important",
|
||||
"t": "source.css meta.property-list.css meta.property-value.css keyword.other.important.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "source.css meta.property-list.css punctuation.terminator.rule.css",
|
||||
|
||||
@@ -727,6 +727,20 @@
|
||||
"light_modern": "constant.numeric: #098658"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": "!important",
|
||||
"t": "keyword.other.important.css",
|
||||
"r": {
|
||||
"dark_plus": "keyword: #569CD6",
|
||||
"light_plus": "keyword: #0000FF",
|
||||
"dark_vs": "keyword: #569CD6",
|
||||
"light_vs": "keyword: #0000FF",
|
||||
"hc_black": "keyword: #569CD6",
|
||||
"dark_modern": "keyword: #569CD6",
|
||||
"hc_light": "keyword: #0F4A85",
|
||||
"light_modern": "keyword: #0000FF"
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": ";",
|
||||
"t": "",
|
||||
|
||||
Reference in New Issue
Block a user