File: dark.scss

package info (click to toggle)
qtsass 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: python: 1,337; sh: 7; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// Change default values

$background: rgb(35, 35, 35);
$primary: rgb(255, 255, 255);


// Import base style

@import 'base';