File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,33 @@ body {
123123 box-shadow : none !important ; /* 다른 스타일의 그림자 효과 제거 */
124124}
125125
126+ /* 💡 라이트 모드에서 파일 탐색기와 에디터 영역을 선명하게 구분 */
127+ body : not (.dark-mode ) .sidebar {
128+ background-color : # ffffff !important ;
129+ border-right : 1px solid # dfe3f5 !important ;
130+ box-shadow : 6px 0 18px rgba (24 , 32 , 72 , 0.06 ) !important ;
131+ }
132+
133+ body : not (.dark-mode ) .modern-sidebar ,
134+ body : not (.dark-mode ) .modern-sidebar-header ,
135+ body : not (.dark-mode ) .modern-sidebar-content {
136+ background-color : # f8f9ff !important ;
137+ }
138+
139+ body : not (.dark-mode ) .main-content ,
140+ body : not (.dark-mode ) .content-layout {
141+ background-color : # eaedf8 ;
142+ }
143+
144+ body : not (.dark-mode ) .editor-section ,
145+ body : not (.dark-mode ) .monaco-editor-wrapper {
146+ background-color : # e2e6f4 ;
147+ }
148+
149+ body : not (.dark-mode ) .right-panel {
150+ background-color : # f6f7fc ;
151+ }
152+
126153
127154.sidebar .collapsed {
128155 width : 0 !important ;
You can’t perform that action at this time.
0 commit comments