Merge pull request #2262 from MachXNU/main

Small fix for Nord colorscheme
This commit is contained in:
Lemmy
2026-03-22 18:42:58 -04:00
committed by GitHub
+2 -2
View File
@@ -84,11 +84,11 @@
"white": "#eceff4" "white": "#eceff4"
}, },
"foreground": "#414858", "foreground": "#414858",
"background": "#e5e9f0", "background": "#eceff4",
"selectionFg": "#4c556a", "selectionFg": "#4c556a",
"selectionBg": "#d8dee9", "selectionBg": "#d8dee9",
"cursorText": "#3b4252", "cursorText": "#3b4252",
"cursor": "#7bb3c3" "cursor": "#7bb3c3"
} }
} }
} }