Update color definitions and gutter width [skip ci]

This commit is contained in:
juhasch
2017-09-20 15:57:58 +02:00
parent 9db87643a4
commit 689aceb57c
2 changed files with 4 additions and 4 deletions
@@ -1,3 +1,3 @@
.CodeMirror-cellstate {
width: 0.2em;
width: 0.5em;
}
@@ -45,15 +45,15 @@ Parameters:
- name: runtools.marked_color
description: |
Color for marking a codecell
default: '#0f0'
default: '#20f224'
input_type: color
- name: runtools.scheduled_color
description: |
Color when a codecell is scheduled to be rund
default: '#00f'
default: '#00def0'
input_type: color
- name: runtools.run_color
description: |
Color while a codecell is being run
default: '#f5f5f5'
default: '#f30a2d'
input_type: color