Skip to content

Commit a4188ef

Browse files
committed
Update doc colours to match logo
1 parent 97a4c7d commit a4188ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/futureext.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ class FutureStyle(Style):
4242
title = 'Future Style'
4343
default_style = ""
4444
styles = {
45-
Comment: 'italic #aaaaaa',
45+
Comment: 'italic #0B6A94', # was: #0066ff',
4646
Comment.Preproc: 'noitalic #B11414',
4747
Comment.Special: 'italic #505050',
4848

49-
Keyword: 'bold #B80000',
50-
Keyword.Type: '#808080',
49+
Keyword: 'bold #D15E27',
50+
Keyword.Type: '#D15E27',
5151

5252
Operator.Word: 'bold #B80000',
5353

0 commit comments

Comments
 (0)