Skip to content

Commit

Permalink
Merge pull request #50 from star3am/feature/theme-style-updates
Browse files Browse the repository at this point in the history
update font size etc.
  • Loading branch information
star3am authored Aug 8, 2024
2 parents 696aef4 + 87eabcf commit 3b5e000
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
Binary file modified images/linkedin-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/linkedin-banner.xcf
Binary file not shown.
24 changes: 15 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
border: 0px solid #eee;
}

.markdown-section pre>code,
.markdown-section code {
font-size: 1rem;
}

.footer {
position: relative;
/* display: none; */
Expand Down Expand Up @@ -299,6 +304,7 @@
alias: {
'/.*/SUMMARY.md': '/SUMMARY.md'
},
topMargin: 80,
logo: '/images/logo-bright.png',
name: 'HashiQube',
repo: 'https://github.com/star3am/hashiqube',
Expand Down Expand Up @@ -351,28 +357,28 @@
toggleBackground: '#f8f8f2',
background: '#240129',
textColor: '#f8f8f2',
codeTextColor: '#8be9fd',
codeTextColor: '#5cdeff',
codeBackgroundColor: '#000524',
borderColor: '#0d2538',
blockQuoteColor: '#8be9fd',
highlightColor: '#ff79c6',
sidebarSublink: '#f1fa8c',
codeTypeColor: '#8be9fd',
blockQuoteColor: '#5cdeff',
highlightColor: '#fefb00',
sidebarSublink: '#61e190',
codeTypeColor: '#5cdeff',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toggleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)'
},
light: {
accent: '#bd93f9',
accent: '#ed2f74',
toggleBackground : '#091a28',
background: '#ffffff',
textColor: '#34495e',
codeTextColor : '#525252',
textColor: '#444444',
codeTextColor : '#370960',
codeBackgroundColor : '#f8f8f8',
borderColor : 'rgba(0, 0, 0, 0.07)',
blockQuoteColor : '#858585',
highlightColor : '#d22778',
sidebarSublink : '#34495e',
codeTypeColor : '#091a28',
codeTypeColor : '#370960',
coverBackground: 'linear-gradient(to left bottom, hsl(118, 100%, 85%) 0%,hsl(181, 100%, 85%) 100%)',
toggleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)'
}
Expand Down
2 changes: 1 addition & 1 deletion visual-studio-code/vscode-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yes | sudo docker system prune --volumes

echo -e '\e[38;5;198m'"++++ Installing Visual Studio Code Server from codercom's container https://hub.docker.com/r/codercom/code-server"
mkdir -p ~/.config
docker run -d --name code-server -p 0.0.0.0:7777:8080 \
sudo --preserve-env=PATH -u vagrant docker run -d --name code-server -p 0.0.0.0:7777:8080 \
-v "$HOME/.config:/home/coder/.config" \
-v "$PWD:/home/coder/project" \
-v "/:/home/coder/vagrant_root"\
Expand Down

0 comments on commit 3b5e000

Please sign in to comment.