mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
b9c9e1c781
Inspired by my colour scheme.
23 lines
254 B
Plaintext
23 lines
254 B
Plaintext
// https://github.com/rouge-ruby/rouge/wiki/List-of-tokens
|
|
|
|
.rouge {
|
|
background: #f1f1f1;
|
|
color: #000;
|
|
|
|
.c {
|
|
color: #2D578E;
|
|
}
|
|
|
|
.k, .kd, .kn, .kp, .kr, .kt {
|
|
color: #AF5F00;
|
|
}
|
|
|
|
.kc, .s, .s2 {
|
|
color: #B00000;
|
|
}
|
|
|
|
.nv {
|
|
color: #058385
|
|
}
|
|
}
|