Skip to content

Commit 640d298

Browse files
Revert the change to panel borders.
Yes, it breaks our css and thus will be ENTIRELY IGNORED but we'll change it in another PR. C.F. catppuccin#38 Signed-off-by: Toria <ninetailedtori@uwu.gal>
1 parent 9452c7a commit 640d298

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/theme-spec.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ export function createCatppuccinThemeSpec(
3333
backgroundColor: colors.mantle.hex,
3434
color: colors.text.hex
3535
},
36-
".cm-panels.cm-panels-top": {
37-
borderBottom: `2px solid ${colors.overlay0.hex}`
38-
},
39-
".cm-panels.cm-panels-bottom": {
40-
borderTop: `2px solid ${colors.overlay0.hex}`
41-
},
36+
".cm-panels.cm-panels-top": { borderBottom: "2px solid black" },
37+
".cm-panels.cm-panels-bottom": { borderTop: "2px solid black" },
4238

4339
".cm-searchMatch": {
4440
backgroundColor: `${colors.blue.hex}59`,

0 commit comments

Comments
 (0)