Skip to content

Commit

Permalink
update the style of glyph margin
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Aug 29, 2023
1 parent 7e594cd commit bb35b3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/main/trace-frame/code-col/CodeCol.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,18 @@ watch(
background: rgb(var(--v-theme-surface-variant));
}
.code-col:deep(.monaco-editor .currentLineContentDim) {
background: rgb(var(--v-theme-surface-container));
background: rgb(var(--v-theme-surface-container-highest));
}
.code-col:deep(.monaco-editor .currentLineMargin::before) {
color: rgb(var(--v-theme-primary));
content: "";
font-family: 'Noto Sans JP', sans-serif;
font-size: 24px;
}
.code-col:deep(.monaco-editor .currentLineMarginDim::before) {
color: rgb(var(--v-theme-surface-container-highest));
content: "";
font-family: 'Noto Sans JP', sans-serif;
font-size: 24px;
}
</style>

0 comments on commit bb35b3c

Please sign in to comment.