mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-09-09 11:25:07 +08:00
Update color definitions and gutter width [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user