mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Adjust colors a teensy bit
Make a bit less ultra-dark blue
This commit is contained in:
@@ -348,12 +348,12 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(to top, #272f4f 0%,#03133a 100%);
|
background: linear-gradient(to top, #171f2f 0%,#03131a 100%);
|
||||||
}
|
}
|
||||||
div#fmain {
|
div#fmain {
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
background-color: #151525;
|
background-color: #202028;
|
||||||
box-shadow: 0 0 5px 1px #000;
|
box-shadow: 0 0 5px 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -367,7 +367,7 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar a, div.footer {
|
div.sphinxsidebar a, div.footer {
|
||||||
color: #BBB;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sphinxsidebar h3 a, div.related a, div.sphinxsidebar h3 {
|
div.sphinxsidebar h3 a, div.related a, div.sphinxsidebar h3 {
|
||||||
|
|||||||
@@ -634,7 +634,7 @@ img.delete_icon {
|
|||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(to top, #272f4f 0%,#03133a 100%);
|
background: linear-gradient(to top, #171f2f 0%,#03131a 100%);
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -645,11 +645,11 @@ img.delete_icon {
|
|||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
.selected_tab {
|
.selected_tab {
|
||||||
background-color: #151525;
|
background-color: #202028;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tab_contents {
|
#tab_contents {
|
||||||
background-color: #151525;
|
background-color: #202028;
|
||||||
}
|
}
|
||||||
.detail, .selected_master_elem {
|
.detail, .selected_master_elem {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user