1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00
mobile-nixos/doc/_support/styles/rouge.less
Samuel Dionne-Riel b9c9e1c781 doc: Add a basic theme for rouge
Inspired by my colour scheme.
2020-04-06 19:51:49 -04:00

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
}
}