Feature/syntaxhighlighting (#9)

* wip code highlighting of lines

* Implements gutter component

* WIP: Profiler with gutter

* cleaned up highlight code

* Removes before content for gutter styling

* Styles gutter

* Add correct Profiler code content

* Adds color variable for gutter gray

* refactor code component width gutter and diffing
This commit is contained in:
August Skare
2018-10-25 12:19:56 +01:00
committed by GitHub
parent 9cf055c159
commit 43e55a963b
7 changed files with 160 additions and 53 deletions

View File

@@ -6,6 +6,7 @@ const colors = {
lightGray: '#F1F4F5',
gray: '#F1F2F7',
darkGray: '#E9ECED',
darkestGray: '#E2E5E6',
blueGray: '#ECEFF9',
};