mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:59:27 +08:00
Make background a bit more blue, brighter
This commit is contained in:
parent
c2b35d3171
commit
7a5e192607
|
@ -349,7 +349,7 @@ kbd {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: linear-gradient(to top, #171f2f 0%,#03131a 100%);
|
||||
background: linear-gradient(to top, #1f1f3f 0%,#051f3a 100%);
|
||||
}
|
||||
div#fmain {
|
||||
color: #DDD;
|
||||
|
|
|
@ -634,7 +634,7 @@ img.delete_icon {
|
|||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: linear-gradient(to top, #171f2f 0%,#03131a 100%);
|
||||
background: linear-gradient(to top, #1f1f3f 0%,#051f3a 100%);
|
||||
color: #DDD;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user