File: xoscope.css.m4

package info (click to toggle)
xoscope 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: ansic: 5,644; sh: 1,080; xml: 281; makefile: 61
file content (17 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
changecom(`/*',`*/')
define(`_black_bg', `background-image: none; background-color: black; ')
define(`_grey_bg', `background-image: none; background-color: grey; ')
define(`_dark_grey_bg', `background-image: none; background-color: #25251b; ')
define(`_red_bg', `background-image: none; background-color: red; ')
define(`_label_font', `font-family: Liberation Sans; font-size: 16px; ')
define(`_white', `color: white; ')
define(`_green', `color: lightgreen; ')
define(`_cyan', `color: cyan; ')
define(`_yellow', `color: yellow; ')
define(`_orange', `color: orange; ')
define(`_violet', `color: violet; ')
define(`_blue', `color: #6688ff; ')
define(`_red', `color: red; ')
define(`_red_scrollbar', `color: white; background-image: none; background-color: #a00000; ')
define(`_red_scrollbar_prelight', `color: white; background-image: none; background-color: red; ')
define(`_red_scrollbar_active', `color: white; background-image: none; background-color: #600000; ')