diff options
Diffstat (limited to 'conf/theme')
-rw-r--r-- | conf/theme/thin_blue_lines.yaml | 12 | ||||
-rw-r--r-- | conf/theme/thin_red_lines.yaml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/conf/theme/thin_blue_lines.yaml b/conf/theme/thin_blue_lines.yaml new file mode 100644 index 0000000..f746215 --- /dev/null +++ b/conf/theme/thin_blue_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 0.90 0.90 1 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 0.80 0.80 1 }' + +border_line_size: 0.5 +border_line_color: '{ 0.80 0.80 1 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' diff --git a/conf/theme/thin_red_lines.yaml b/conf/theme/thin_red_lines.yaml new file mode 100644 index 0000000..bc90bb3 --- /dev/null +++ b/conf/theme/thin_red_lines.yaml @@ -0,0 +1,12 @@ +thin_line_size: 0.5 +thin_line_color: '{ 1 0.80 0.80 }' + +heavy_line_size: 0.5 +heavy_line_color: '{ 1 0.70 0.70 }' + +border_line_size: 0.5 +border_line_color: '{ 1 0.70 0.70 }' + +fill_color: '{ 1.0 1.0 1.0 }' + +background_color: '{ 1.0 1.0 1.0 }' |