Skip to content

Commit c73a035

Browse files
committed
IDE UI 개선
1 parent a1f8902 commit c73a035

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/components/ide/IDE.css

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)