Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Update bold theme
Browse files Browse the repository at this point in the history
- Bolded syntax more closely matches italic syntax in Italic theme
  • Loading branch information
jolaleye committed Mar 8, 2019
1 parent 52a6223 commit e741c04
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions themes/horizon-bold.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
"name": "Storage (declaration or modifier keyword)",
"scope": ["storage.type", "storage.modifier"],
"settings": {
"fontStyle": "bold",
"foreground": "#B877DBE6"
"foreground": "#B877DBE6",
"fontStyle": "bold"
}
},
{
Expand Down Expand Up @@ -215,7 +215,6 @@
"name": "Language constant (boolean, null)",
"scope": "constant.language",
"settings": {
"fontStyle": "bold",
"foreground": "#F09483E6"
}
},
Expand All @@ -237,63 +236,60 @@
"name": "HTML or XML tag",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "bold",
"foreground": "#E95678E6"
"foreground": "#E95678E6",
"fontStyle": "bold"
}
},
{
"name": "HTML or XML tag brackets",
"scope": ["punctuation.definition.tag"],
"settings": {
"fontStyle": "bold",
"foreground": "#E95678A6"
"foreground": "#E95678A6",
"fontStyle": "bold"
}
},
{
"name": "Tag atttribute",
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#F09483E6"
"foreground": "#F09483E6",
"fontStyle": "bold"
}
},
{
"name": "Class",
"scope": "entity.name.type",
"settings": {
"fontStyle": "bold",
"foreground": "#FAC29AE6"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "bold",
"foreground": "#FAB795E6"
}
},
{
"name": "Function",
"scope": ["entity.name.function", "variable.function"],
"settings": {
"fontStyle": "bold",
"foreground": "#25B0BCE6"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"fontStyle": "bold",
"foreground": "#B877DBE6"
}
},
{
"name": "Control keyword (if, try, while, etc.)",
"scope": "keyword.control",
"settings": {
"fontStyle": "bold",
"foreground": "#B877DBE6"
"foreground": "#B877DBE6",
"fontStyle": "bold"
}
},
{
Expand All @@ -307,8 +303,8 @@
"name": "Special operator",
"scope": ["keyword.operator.new", "keyword.operator.expression", "keyword.operator.logical"],
"settings": {
"fontStyle": "bold",
"foreground": "#B877DBE6"
"foreground": "#B877DBE6",
"fontStyle": "bold"
}
},
{
Expand All @@ -329,8 +325,7 @@
"name": "Support function",
"scope": "support.function",
"settings": {
"foreground": "#25B0BCE6",
"fontStyle": "bold"
"foreground": "#25B0BCE6"
}
},
{
Expand Down Expand Up @@ -450,7 +445,6 @@
"name": "Python function call",
"scope": "meta.function-call.generic.python",
"settings": {
"fontStyle": "bold",
"foreground": "#25B0BCE6"
}
},
Expand Down Expand Up @@ -479,7 +473,6 @@
"name": "C++ operators",
"scope": "source.cpp keyword.operator",
"settings": {
"fontStyle": "bold",
"foreground": "#B877DBE6"
}
}
Expand Down

0 comments on commit e741c04

Please sign in to comment.