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-outline: 1px solid var
(--tridactyl-hintspan-bg
);
41 --tridactyl-cmdl-font-size: 1.5rem;
42 --tridactyl-cmplt-option-height: 1.9em;
44 --tridactyl-border-radius: 4px;
48 :root
.TridactylOwnNamespace
{
49 scrollbar-width: thin
;
52 :root
.TridactylOwnNamespace a
{
57 :root
.TridactylOwnNamespace code
{
58 background-color: #2a333c;
59 /* padding: 3px 7px; */
62 :root #command-line-holder
{
66 :root #command-line-holder
, :root #tridactyl-input
{
67 border-radius: var
(--tridactyl-border-radius
) !important
;
70 :root #
tridactyl-colon::before
{
74 :root #tridactyl-input
{
79 :root #completions table
{
86 :root #completions
> div
{
87 max-height: calc
(20 * var
(--tridactyl-cmplt-option-height
));
88 min-height: calc
(10 * var
(--tridactyl-cmplt-option-height
));
92 border: none
!important
;
93 font-family: var
(--tridactyl-font-family
);
96 border-radius: var
(--tridactyl-border-radius
);
99 :root #completions
.HistoryCompletionSource table
{
106 :root #completions
.BufferCompletionSource table
{
109 border-spacing: unset
;
113 :root #completions table tr
.title
{
117 :root #completions tr
.documentation
{
120 text-overflow: ellipsis
;
123 :root #completions
.sectionHeader
{
124 background: transparent
;
125 padding: 1rem 1rem 0.4rem !important
;
128 :root #cmdline_iframe
{
129 position: fixed
!important
;
132 left: 10% !important
;
133 z-index: 2147483647 !important
;
134 width: 80% !important
;
135 filter: drop-shadow
(0px 0px 20px #000000) !important
;
138 :root
.TridactylStatusIndicator
{
139 position: fixed
!important
;
140 bottom: 10px !important
;
141 right: 10px !important
;
142 font-weight: 200 !important
;
143 padding: 5px !important
;
146 :root
.TridactylPrivate
{
147 background: purple
!important
;
150 :root
.TridactylHintActive
, :root
.TridactylHintActive
> * {
151 color: var
(--tridactyl-hint-active-fg
) !important
;