/etc/cylc/gcylcrc/gcylc.rc is in python-cylc 7.6.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # To customize your gcylc task state color themes:
# 1) copy this file to $HOME/.cylc/gcylc.rc
# 2) add new named themes to it by
# (a) defining all colors yourself (see $CYLC_DIR/conf/gcylcrc/themes.rc)
# or
# (b) inheriting from an existing theme and overriding specific
# colors (see the "PinkRun" example below).
initial views = text, dot # set your default views
ungrouped views = graph # set your initially ungrouped views
use theme = PinkRun # set your default theme
initial side-by-side views = False # set your default orientation
[themes]
[[PinkRun]] # override the 'running' color in the 'default' theme
inherit = default
running = "color=#ff00ff" # magenta
|