e33debc214
Prepared diff view for multiple view modes Converted commits.js to coffeescript image info in separate coffeescript file Added swipe view mode Added onion skin viewMode
14 lines
177 B
SCSS
14 lines
177 B
SCSS
/**
|
|
* General Colors
|
|
*/
|
|
$primary_color: #2FA0BB;
|
|
$link_color: #3A89A3;
|
|
$style_color: #474D57;
|
|
$hover: #D9EDF7;
|
|
|
|
/**
|
|
* Commit Diff Colors
|
|
*/
|
|
$added: #63c363;
|
|
$deleted: #f77;
|