Skip to content

Commit

Permalink
fix: fiori dark theme (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimasirich authored Jan 21, 2025
1 parent bf0fd07 commit eddbfac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-turtles-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"app-studio-toolkit-themes": patch
---

enhancing fiori dark theme
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@
"editor.inactiveSelectionBackground": "#242e38",
"editor.selectionBackground": "#242e38",
"editor.selectionHighlightBackground": "#242e38",
"editor.selectionHighlightBorder": "#C8E3FA",
"editor.wordHighlightBackground": "#CEBCE1",
"editor.wordHighlightBorder": "#CEBCE1",
"editor.wordHighlightStrongBackground": "#CAE3B3",
"editor.wordHighlightStrongBorder": "#CAE3B3",
"editorBracketMatch.background": "#CAE3B3",
"editor.selectionHighlightBorder": "#354A5F",
"editor.wordHighlightBackground": "#354A5F",
"editor.wordHighlightBorder": "#354A5F",
"editor.wordHighlightStrongBackground": "#354A5F",
"editor.wordHighlightStrongBorder": "#354A5F",
"editorBracketMatch.background": "#354A5F",
"editorBracketMatch.border": "#CAE3B3",
"editorGutter.modifiedBackground": "#FFDF72",
"editorGutter.addedBackground": "#BDE986",
Expand Down Expand Up @@ -205,7 +205,7 @@
"entity"
],
"settings": {
"foreground": "#4DB1FF"
"foreground": "#EAECEE"
}
},
{
Expand Down Expand Up @@ -235,7 +235,7 @@
{
"scope": "entity.name.function",
"settings": {
"foreground": "#6f42c1"
"foreground": "#EAECEE"
}
},
{
Expand All @@ -247,13 +247,13 @@
{
"scope": "keyword",
"settings": {
"foreground": "#0070F2"
"foreground": "#4DB1FF"
}
},
{
"scope": ["storage"],
"settings": {
"foreground": "#d73a49"
"foreground": "#4DB1FF"
}
},
{
Expand All @@ -263,7 +263,7 @@
"storage.type.java"
],
"settings": {
"foreground": "#24292e"
"foreground": "#EAECEE"
}
},
{
Expand Down

0 comments on commit eddbfac

Please sign in to comment.