Skip to content

Commit e29fe84

Browse files
committed
Colors have been slightly modified
1 parent 3526040 commit e29fe84

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

static/css/tokyo_night.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
--button-bg: #343b58;
99

1010
--special-result-border: border 0;
11-
--special-text-background: #1b1b18;
12-
--special-text-color: #f2efd3;
11+
--special-text-background: #1a1b26;
12+
--special-text-color: #c0caf5;
1313

1414
--search-container-text-color: #f2efd3;
1515
--search-container-background-color: #565f89;

static/css/ubuntu.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
--button-bg: #5E2750;
99

1010
--special-result-border: border 0;
11-
--special-text-background: #1b1b18;
12-
--special-text-color: #f2efd3;
11+
--special-text-background: #333333;
12+
--special-text-color: #FFFFFF;
1313

1414
--search-container-text-color: #f2efd3;
1515
--search-container-background-color: #77216F;
@@ -21,4 +21,6 @@
2121

2222
--footer-fg: #f2efd3;
2323
--footer-bg: #5E2750;
24+
25+
color-scheme: dark;
2426
}

0 commit comments

Comments
 (0)