mirror of
https://github.com/lukasbach/obsidian-proper-dark.git
synced 2026-07-22 03:30:29 +00:00
69 lines
1.7 KiB
CSS
69 lines
1.7 KiB
CSS
body {
|
|
--nav-item-background-active: var(--interactive-accent);
|
|
--nav-item-color-active: var(--text-on-accent);
|
|
}
|
|
|
|
.theme-dark {
|
|
/*--background-primary: #0d1117;*/
|
|
--background-primary: #161a1d;
|
|
--background-secondary: #0b0d0f;
|
|
--divider-color: #30363d;
|
|
--ribbon-background: #000000;
|
|
--titlebar-background: var(--background-secondary);
|
|
--titlebar-background-focused: var(--background-secondary);
|
|
--code-background: var(--background-secondary);
|
|
--indentation-guide-color: #161a1f;
|
|
|
|
--background-modifier-hover: rgba(var(--mono-rgb-100), 0.09);
|
|
|
|
--inline-title-weight: normal;
|
|
--inline-title-size: 3em;
|
|
}
|
|
|
|
.search-result:not(.is-collapsed) .search-result-file-title {
|
|
color: var(--nav-item-color);
|
|
}
|
|
|
|
.mod-left-split .workspace-tab-header.is-active {
|
|
background-color: var(--interactive-accent) !important;
|
|
}
|
|
.mod-left-split .workspace-tab-header.is-active .svg-icon {
|
|
color: var(--text-on-accent) !important;
|
|
}
|
|
|
|
.prompt {
|
|
background-color: var(--background-secondary);
|
|
}
|
|
|
|
.menu-item.selected:not(.is-disabled):not(.is-label) {
|
|
background-color: var(--interactive-accent);
|
|
color: var(--text-on-accent);
|
|
}
|
|
.menu-item.selected:not(.is-disabled):not(.is-label) .svg-icon {
|
|
color: var(--text-on-accent) !important;
|
|
}
|
|
|
|
/*5865f2
|
|
*/
|
|
|
|
.cMenuToolbarCommandItem, .cMenuToolbarCommandsubItem12, .cMenuToolbarSecond {
|
|
width: 26px;
|
|
}
|
|
.cm-sizer {
|
|
margin-top: 40px;
|
|
}
|
|
#cMenuToolbarModalBar {
|
|
top: 40px !important;
|
|
position: fixed !important;
|
|
align-self: center !important;
|
|
display: inline-flex !important;
|
|
margin-right: 20px;
|
|
background-color: var(--background-secondary);
|
|
opacity: .1;
|
|
}
|
|
#cMenuToolbarModalBar:hover {
|
|
opacity: 1;
|
|
}
|
|
.markdown-source-view {
|
|
position: relative;
|
|
}
|