@ -94,7 +94,7 @@ function styleGuideDavid () {
RESIZING
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
ghostBar : cssProperties . colors . veryLightGrey ,
draggingBar : cssProperties . colors . blueGreyEve ,
draggingBar : cssProperties . colors . veryLightGrey ,
/ * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TEXT COLORS
@ -398,6 +398,8 @@ function styleGuideDavid () {
LEFT PANEL ( FILE PANEL )
/* ------------------------------------------------------ */
leftPanel : {
customDragbarBorderRight : true ,
dragbarBorderRight : '2px solid ' + cssProperties . colors . veryLightGrey ,
backgroundColor _Panel : appProperties . primary _BackgroundColor ,
backgroundColor _FileExplorer : appProperties . tertiary _BackgroundColor ,
@ -441,6 +443,8 @@ function styleGuideDavid () {
TERMINAL
/* ------------------------------------------------------ */
terminal : {
customBlockBorderTop : true ,
blockBorderTop : '2px solid ' + cssProperties . colors . veryLightGrey ,
backgroundColor _Menu : appProperties . secondary _BackgroundColor ,
backgroundColor _Terminal : appProperties . seventh _BackgroundColor ,
backgroundColor _TerminalCLI : appProperties . seventh _BackgroundColor ,
@ -499,6 +503,10 @@ function styleGuideDavid () {
RIGHT PANEL
/* ------------------------------------------------------ */
rightPanel : {
customDragbarWidth : true ,
customDragbarBackgroundColor : true ,
dragbarWidth : '2px' ,
dragbarBackgroundColor : cssProperties . colors . veryLightGrey ,
backgroundColor _Panel : appProperties . fifth _BackgroundColor ,
backgroundColor _Tab : appProperties . fifth _BackgroundColor ,
BackgroundColor _Pre : appProperties . primary _BackgroundColor ,