dark.css (6515B)
1 /* links */ 2 3 a, 4 a:visited { 5 color: #aaddff; 6 } 7 8 9 /* code directives */ 10 11 .method dt, 12 .class dt, 13 .data dt, 14 .attribute dt, 15 .function dt, 16 .classmethod dt, 17 .exception dt, 18 .descclassname, 19 .descname { 20 background-color: #2d2d2d !important; 21 } 22 23 .rst-content dl:not(.docutils) dt { 24 color: #aaddff; 25 background-color: #2d2d2d; 26 border-top: solid 3px #525252; 27 border-left: solid 3px #525252; 28 } 29 30 em.property { 31 color: #888888; 32 } 33 34 35 /* tables */ 36 37 .rst-content table.docutils thead { 38 color: #ddd; 39 } 40 41 .rst-content table.docutils td { 42 border: 0px; 43 } 44 45 .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td { 46 background-color: #5a5a5a; 47 } 48 49 50 /* inlined code highlights */ 51 52 .xref, 53 .py-meth, 54 .rst-content a code { 55 color: #aaddff !important; 56 font-weight: normal !important; 57 } 58 59 .rst-content code { 60 color: #eee !important; 61 font-weight: normal !important; 62 } 63 64 code.literal { 65 background-color: #2d2d2d !important; 66 border: 1px solid #6d6d6d !important; 67 } 68 69 code.docutils.literal.notranslate { 70 color: #ddd; 71 } 72 73 74 /* notes, warnings, hints */ 75 76 .hint .admonition-title { 77 background: #2aa87c !important; 78 } 79 80 .warning .admonition-title { 81 background: #cc4444 !important; 82 } 83 84 .admonition-title { 85 background: #3a7ca8 !important; 86 } 87 88 .admonition, 89 .note { 90 background-color: #2d2d2d !important; 91 } 92 93 94 /* table of contents */ 95 96 .wy-nav-content-wrap { 97 background-color: rgba(0, 0, 0, 0.6) !important; 98 } 99 100 .sidebar { 101 background-color: #191919 !important; 102 } 103 104 .sidebar-title { 105 background-color: #2b2b2b !important; 106 } 107 108 .wy-menu-vertical a { 109 color: #ddd; 110 } 111 112 .wy-menu-vertical code.docutils.literal.notranslate { 113 color: #404040; 114 background: none !important; 115 border: none !important; 116 } 117 118 .wy-nav-content { 119 background: #3c3c3c; 120 color: #dddddd; 121 } 122 123 .wy-menu-vertical li.on a, 124 .wy-menu-vertical li.current>a { 125 background: #a3a3a3; 126 border-bottom: 0px !important; 127 border-top: 0px !important; 128 } 129 130 .wy-menu-vertical li.current { 131 background: #b3b3b3; 132 } 133 134 .toc-backref { 135 color: grey !important; 136 } 137 138 .highlight .hll { 139 background-color: #49483e 140 } 141 142 .highlight { 143 background: #222; 144 color: #f8f8f2 145 } 146 147 .highlight .c { 148 color: #888 149 } 150 151 152 /* Comment */ 153 154 .highlight .err { 155 color: #960050; 156 background-color: #1e0010 157 } 158 159 160 /* Error */ 161 162 .highlight .k { 163 color: #66d9ef 164 } 165 166 167 /* Keyword */ 168 169 .highlight .l { 170 color: #ae81ff 171 } 172 173 174 /* Literal */ 175 176 .highlight .n { 177 color: #f8f8f2 178 } 179 180 181 /* Name */ 182 183 .highlight .o { 184 color: #f92672 185 } 186 187 188 /* Operator */ 189 190 .highlight .p { 191 color: #f8f8f2 192 } 193 194 195 /* Punctuation */ 196 197 .highlight .ch { 198 color: #888 199 } 200 201 202 /* Comment.Hashbang */ 203 204 .highlight .cm { 205 color: #888 206 } 207 208 209 /* Comment.Multiline */ 210 211 .highlight .cp { 212 color: #888 213 } 214 215 216 /* Comment.Preproc */ 217 218 .highlight .cpf { 219 color: #888 220 } 221 222 223 /* Comment.PreprocFile */ 224 225 .highlight .c1 { 226 color: #888 227 } 228 229 230 /* Comment.Single */ 231 232 .highlight .cs { 233 color: #888 234 } 235 236 237 /* Comment.Special */ 238 239 .highlight .gd { 240 color: #f92672 241 } 242 243 244 /* Generic.Deleted */ 245 246 .highlight .ge { 247 font-style: italic 248 } 249 250 251 /* Generic.Emph */ 252 253 .highlight .gi { 254 color: #a6e22e 255 } 256 257 258 /* Generic.Inserted */ 259 260 .highlight .gs { 261 font-weight: bold 262 } 263 264 265 /* Generic.Strong */ 266 267 .highlight .gu { 268 color: #888 269 } 270 271 272 /* Generic.Subheading */ 273 274 .highlight .kc { 275 color: #66d9ef 276 } 277 278 279 /* Keyword.Constant */ 280 281 .highlight .kd { 282 color: #66d9ef 283 } 284 285 286 /* Keyword.Declaration */ 287 288 .highlight .kn { 289 color: #f92672 290 } 291 292 293 /* Keyword.Namespace */ 294 295 .highlight .kp { 296 color: #66d9ef 297 } 298 299 300 /* Keyword.Pseudo */ 301 302 .highlight .kr { 303 color: #66d9ef 304 } 305 306 307 /* Keyword.Reserved */ 308 309 .highlight .kt { 310 color: #66d9ef 311 } 312 313 314 /* Keyword.Type */ 315 316 .highlight .ld { 317 color: #e6db74 318 } 319 320 321 /* Literal.Date */ 322 323 .highlight .m { 324 color: #ae81ff 325 } 326 327 328 /* Literal.Number */ 329 330 .highlight .s { 331 color: #e6db74 332 } 333 334 335 /* Literal.String */ 336 337 .highlight .na { 338 color: #a6e22e 339 } 340 341 342 /* Name.Attribute */ 343 344 .highlight .nb { 345 color: #f8f8f2 346 } 347 348 349 /* Name.Builtin */ 350 351 .highlight .nc { 352 color: #a6e22e 353 } 354 355 356 /* Name.Class */ 357 358 .highlight .no { 359 color: #66d9ef 360 } 361 362 363 /* Name.Constant */ 364 365 .highlight .nd { 366 color: #a6e22e 367 } 368 369 370 /* Name.Decorator */ 371 372 .highlight .ni { 373 color: #f8f8f2 374 } 375 376 377 /* Name.Entity */ 378 379 .highlight .ne { 380 color: #a6e22e 381 } 382 383 384 /* Name.Exception */ 385 386 .highlight .nf { 387 color: #a6e22e 388 } 389 390 391 /* Name.Function */ 392 393 .highlight .nl { 394 color: #f8f8f2 395 } 396 397 398 /* Name.Label */ 399 400 .highlight .nn { 401 color: #f8f8f2 402 } 403 404 405 /* Name.Namespace */ 406 407 .highlight .nx { 408 color: #a6e22e 409 } 410 411 412 /* Name.Other */ 413 414 .highlight .py { 415 color: #f8f8f2 416 } 417 418 419 /* Name.Property */ 420 421 .highlight .nt { 422 color: #f92672 423 } 424 425 426 /* Name.Tag */ 427 428 .highlight .nv { 429 color: #f8f8f2 430 } 431 432 433 /* Name.Variable */ 434 435 .highlight .ow { 436 color: #f92672 437 } 438 439 440 /* Operator.Word */ 441 442 .highlight .w { 443 color: #f8f8f2 444 } 445 446 447 /* Text.Whitespace */ 448 449 .highlight .mb { 450 color: #ae81ff 451 } 452 453 454 /* Literal.Number.Bin */ 455 456 .highlight .mf { 457 color: #ae81ff 458 } 459 460 461 /* Literal.Number.Float */ 462 463 .highlight .mh { 464 color: #ae81ff 465 } 466 467 468 /* Literal.Number.Hex */ 469 470 .highlight .mi { 471 color: #ae81ff 472 } 473 474 475 /* Literal.Number.Integer */ 476 477 .highlight .mo { 478 color: #ae81ff 479 } 480 481 482 /* Literal.Number.Oct */ 483 484 .highlight .sa { 485 color: #e6db74 486 } 487 488 489 /* Literal.String.Affix */ 490 491 .highlight .sb { 492 color: #e6db74 493 } 494 495 496 /* Literal.String.Backtick */ 497 498 .highlight .sc { 499 color: #e6db74 500 } 501 502 503 /* Literal.String.Char */ 504 505 .highlight .dl { 506 color: #e6db74 507 } 508 509 510 /* Literal.String.Delimiter */ 511 512 .highlight .sd { 513 color: #e6db74 514 } 515 516 517 /* Literal.String.Doc */ 518 519 .highlight .s2 { 520 color: #e6db74 521 } 522 523 524 /* Literal.String.Double */ 525 526 .highlight .se { 527 color: #ae81ff 528 } 529 530 531 /* Literal.String.Escape */ 532 533 .highlight .sh { 534 color: #e6db74 535 } 536 537 538 /* Literal.String.Heredoc */ 539 540 .highlight .si { 541 color: #e6db74 542 } 543 544 545 /* Literal.String.Interpol */ 546 547 .highlight .sx { 548 color: #e6db74 549 } 550 551 552 /* Literal.String.Other */ 553 554 .highlight .sr { 555 color: #e6db74 556 } 557 558 559 /* Literal.String.Regex */ 560 561 .highlight .s1 { 562 color: #e6db74 563 } 564 565 566 /* Literal.String.Single */ 567 568 .highlight .ss { 569 color: #e6db74 570 } 571 572 573 /* Literal.String.Symbol */ 574 575 .highlight .bp { 576 color: #f8f8f2 577 } 578 579 580 /* Name.Builtin.Pseudo */ 581 582 .highlight .fm { 583 color: #a6e22e 584 } 585 586 587 /* Name.Function.Magic */ 588 589 .highlight .vc { 590 color: #f8f8f2 591 } 592 593 594 /* Name.Variable.Class */ 595 596 .highlight .vg { 597 color: #f8f8f2 598 } 599 600 601 /* Name.Variable.Global */ 602 603 .highlight .vi { 604 color: #f8f8f2 605 } 606 607 608 /* Name.Variable.Instance */ 609 610 .highlight .vm { 611 color: #f8f8f2 612 } 613 614 615 /* Name.Variable.Magic */ 616 617 .highlight .il { 618 color: #ae81ff 619 } 620 621 622 /* Literal.Number.Integer.Long */