+-change code view background color #111

This commit is contained in:
KosM
2020-09-10 00:01:37 +03:00
parent 7c89a34385
commit 0c55c0933d
3 changed files with 36 additions and 36 deletions

View File

@ -1,4 +1,4 @@
$mainBgColor : #080705;
$mainBgColor : #111;
$secondBgColor : #1c1c1c;
$mainTextColor : silver;
$secondTextColor : bisque;
@ -11,7 +11,7 @@ $btnColor : #122940;
$btnShadow : #c8c183;
$userCardShadow : #151124;
$RepoFilesBg : #0a294878;
$codeBg : #080705;
$codeBg : #111;
$codeColor : #9ebdb1;
$codeSelected : #001;
$codeColorSelected : #8f1;