diff options
Diffstat (limited to 'conf/theme/thin_lines.yaml')
-rw-r--r-- | conf/theme/thin_lines.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/theme/thin_lines.yaml b/conf/theme/thin_lines.yaml index 30642c8..85477ed 100644 --- a/conf/theme/thin_lines.yaml +++ b/conf/theme/thin_lines.yaml @@ -1,10 +1,10 @@ thin_line_size: 0.5 -thin_line_color: '{ 0.9 0.9 0.9 }' +thin_line_color: '{ 0.85 0.85 0.85 }' heavy_line_size: 0.5 -heavy_line_color: '{ 0.8 0.8 0.8 }' +heavy_line_color: '{ 0.75 0.75 0.75 }' border_line_size: 0.5 -border_line_color: '{ 0.8 0.8 0.8 }' +border_line_color: '{ 0.75 0.75 0.75 }' background_color: '{ 1.0 1.0 1.0 }' |