1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 21:01:07 +01:00

feat(colours): increase contrast on owickstrom

This commit is contained in:
2023-04-18 11:03:38 +02:00
parent 6e54579e26
commit f83b5f3021
2 changed files with 22 additions and 22 deletions

View File

@@ -29,9 +29,9 @@ rec {
};
white = {
bright = "#8c00ec";
dark = "#efefef";
dark = "#bfbfbf";
};
background = white.dark;
background = "#efefef";
foreground = "#181818";
cursor = "#bbbbbb";
cursor = "#a3b3cc";
}