Skip to content

Commit

Permalink
Merge pull request #62 from KDT-Web-IDE-Project/7-style-ide
Browse files Browse the repository at this point in the history
docs : 작업용 백업 커밋
  • Loading branch information
jiHeeFlee authored Jan 27, 2025
2 parents ac6ee1d + 650e726 commit fc05505
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/monaco-themes/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"token": "keyword.operator.class"
},
{
"foreground": "666969",
"foreground": "DAB135",
"token": "constant.other"
},
{
"foreground": "666969",
"token": "source.php.embedded.line"
},
{
"foreground": "c82829",
"foreground": "DAB135",
"token": "variable"
},
{
Expand Down Expand Up @@ -55,7 +55,7 @@
"token": "declaration.tag"
},
{
"foreground": "c82829",
"foreground": "901919",
"token": "markup.deleted.git_gutter"
},
{
Expand All @@ -71,7 +71,7 @@
"token": "support.constant"
},
{
"foreground": "f5871f",
"foreground": "DAB135",
"token": "constant.character"
},
{
Expand Down Expand Up @@ -232,7 +232,7 @@
"colors": {
"editor.foreground": "#4D4D4C",
"editor.background": "#2b2b2b",
"editor.selectionBackground": "#D6D6D6",
"editor.selectionBackground": "#505050",
"editor.lineHighlightBackground": "#363636",
"editorCursor.foreground": "#AEAFAD",
"editorWhitespace.foreground": "#D1D1D1"
Expand Down

0 comments on commit fc05505

Please sign in to comment.