From 8e3256524b31485d2c2d36c4d0ebc21da71ac092 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Sep 2019 15:40:44 +0400 Subject: Updated highlighting a theme Signed-off-by: Valentin Popov --- _scss/base/_highlight.scss | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to '_scss/base/_highlight.scss') diff --git a/_scss/base/_highlight.scss b/_scss/base/_highlight.scss index c3cf783..d7754cf 100644 --- a/_scss/base/_highlight.scss +++ b/_scss/base/_highlight.scss @@ -1,4 +1,20 @@ -$color00: rgb(255, 0, 0); -$color01: rgb(255, 255, 204); +$color00: #000; +$color01: #000080; +$color02: #0000cf; +$color03: #00a000; +$color04: #204a87; +$color05: #3465a4; +$color06: #4e9a06; +$color07: #5c35cc; +$color08: #800080; +$color09: #8f5902; +$color10: #a40000; +$color11: #c4a000; +$color12: #c00; +$color13: #ce5c00; +$color14: #ef2929; +$color15: #f57900; +$color16: #f8f8f8; +$color17: #ffc; @import 'highlight/main'; -- cgit v1.2.3