2 Originally based on the 'midnight' theme from the tridactyl
3 repository, under the Apache License, Version 2.0 (Apache-2.0).
5 https://github.com/tridactyl/tridactyl/blob/0eeaf15b0648ed1d807386b9ce34642992f71d1d/src/static/themes/midnight/midnight.css
7 I'm making my further changes available under the same license.
11 /* --tridactyl-font-family: "San Francisco", sans-serif; */
12 --tridactyl-font-family: sans-serif
;
13 /* --tridactyl-bg: #161a20; */
14 /* --tridactyl-fg: white; */
16 --tridactyl-status-font-size: 12px;
17 /* --tridactyl-status-font-family: "Fira Code", "San Francisco"; */
18 --tridactyl-status-font-bg: var
(--tridactyl-cmdl-bg
);
19 --tridactyl-status-border: 2px solid black
;
20 --tridactyl-status-border-radius: 4px;
22 --tridactyl-header-font-size: 16px;
24 --tridactyl-of-fg: black
;
25 /* --tridactyl-of-bg: #FFD662; */
26 --tridactyl-of-bg: #FFD700;
28 --tridactyl-hintspan-fg: white
;
29 --tridactyl-hintspan-bg: #204e8a;
31 /* --tridactyl-hint-active-fg: #333; */
32 --tridactyl-hint-active-fg: black
;
33 /* --tridactyl-hint-active-bg: #006E51; */
34 /* --tridactyl-hint-active-bg: #91b6e6; */
35 --tridactyl-hint-active-bg: var
(--tridactyl-of-bg
);
36 --tridactyl-hint-active-outline: 1px solid
#000;
38 --tridactyl-hint-bg: rgba
(13, 31, 54, 0.25);
39 /* --tridactyl-hint-bg: rgba(13, 31, 54, 0.75); */
40 --tridactyl-hint-outline: 1px solid var
(--tridactyl-hintspan-bg
);
42 --tridactyl-cmdl-font-size: 1.5rem;
43 --tridactyl-cmplt-option-height: 1.9em;
45 --tridactyl-border-radius: 4px;
49 :root
.TridactylOwnNamespace
{
50 scrollbar-width: thin
;
54 :root.TridactylOwnNamespace a {
58 :root.TridactylOwnNamespace code {
59 background-color: #2a333c;
64 :root #command-line-holder
{
68 :root #command-line-holder
, :root #tridactyl-input
{
69 border-radius: var
(--tridactyl-border-radius
) !important
;
72 :root #
tridactyl-colon::before
{
76 :root #tridactyl-input
{
81 :root #completions table
{
88 :root #completions
> div
{
89 max-height: calc
(20 * var
(--tridactyl-cmplt-option-height
));
90 min-height: calc
(10 * var
(--tridactyl-cmplt-option-height
));
94 border: none
!important
;
95 font-family: var
(--tridactyl-font-family
);
98 border-radius: var
(--tridactyl-border-radius
);
101 :root #completions
.HistoryCompletionSource table
{
108 :root #completions
.BufferCompletionSource table
{
111 border-spacing: unset
;
115 :root #completions table tr
.title
{
119 :root #completions tr
.documentation
{
122 text-overflow: ellipsis
;
125 :root #completions
.sectionHeader
{
126 background: transparent
;
127 padding: 1rem 1rem 0.4rem !important
;
130 :root #cmdline_iframe
{
131 position: fixed
!important
;
134 left: 10% !important
;
135 z-index: 2147483647 !important
;
136 width: 80% !important
;
137 filter: drop-shadow
(0px 0px 20px #000000) !important
;
140 :root
.TridactylStatusIndicator
{
141 position: fixed
!important
;
142 bottom: 10px !important
;
143 right: 10px !important
;
144 font-weight: 200 !important
;
145 padding: 5px !important
;
149 :root .TridactylPrivate {
150 background: purple !important;
153 :root .TridactylHintElem {
154 color: var(--tridactyl-hintspan-fg) !important;
158 :root
.TridactylHintActive
, :root
.TridactylHintActive
> * {
159 color: var
(--tridactyl-hint-active-fg
) !important
;