Skip to content

Commit

Permalink
scss 커스터마이징 적용
Browse files Browse the repository at this point in the history
code와 blockquote 수정
  • Loading branch information
HomoEfficio committed Nov 19, 2016
1 parent fd02987 commit 564478f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
10 changes: 7 additions & 3 deletions themes/tranquilpeak/source/_css/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,11 @@ code {
font-family: 'Nanum Gothic Coding';
font-weight: 400;
border-radius: 3px;
background: #f5f5f5;
padding: 0 10px;
// background: #f5f5f5;
background: #eaeaea;
color: deeppink;
// padding: 0 10px;
padding: 0 3px;
}

acronym,
Expand All @@ -128,7 +131,8 @@ abbr {
}

blockquote {
border-left: 2px solid darken(#dce4f1, 3);
// border-left: 2px solid darken(#dce4f1, 3);
border-left: 7px solid darken(#dce4f1, 3);
padding: 10px 20px;

cite {
Expand Down
27 changes: 26 additions & 1 deletion themes/tranquilpeak/source/_css/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,32 @@ $highlight-colors: (
// Addition color for .diff file
'limeade': #55a532,
// Addition background color for .diff file
'honeydew': #eaffea
'honeydew': #eaffea,


// homoefficio - copied from https://github.com/dracula/atom/blob/master/styles/colors.less
'very-dark-gray': #2a2a2a, // Background
'dark-gray': #44475a, // Current Line & Selection
'gray': #666666,
'light-gray': #999999,
'very-light-gray': #f8f8f2, // Foreground
'blue': #6272a4, // Comment

'cyan': #8be9fd,
'soft-cyan': #66d9ef,
'green': #50fa7b,
'light-green': #9afaae,
'orange': #ffb86c,
'pink': #ff79c6,
'purple': #bd93f9,
'red': #ff5555,
'yellow': #f1fa8c,
'dark-yellow': #E6DB74,
'sandstone': #cfcfc2,

'lace': #f8f8f0,
// 'white': #ffffff,
'black': #000000,
);

// Image gallery photos
Expand Down

0 comments on commit 564478f

Please sign in to comment.