Skip to content

Commit

Permalink
changed toolbar key color to cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Beer committed Aug 21, 2017
1 parent c0ddd17 commit bbfae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/crash/repl.py
Expand Up @@ -80,7 +80,7 @@ class CrateStyle(Style):
Literal: '#ae81ff',
String: '#f4a33d',
Error: '#ff3300',
Token.Toolbar.Status.Key: '#ffffaa',
Token.Toolbar.Status.Key: '#4b95a3',
}


Expand Down

0 comments on commit bbfae9c

Please sign in to comment.