Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
#11 - Tiny changes to GUI
Browse files Browse the repository at this point in the history
Playing around with colour, css schemes, spent time drawing on paint and looking at possible final designs
  • Loading branch information
Adam Scott committed Apr 30, 2021
1 parent e6d7c5e commit 79de3c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/views/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ button {

color: var(--primary_text);
background-color: var(--clr8);
box-shadow: 0px 5px rgba(135,135,135,0.60);


display: grid;

Expand Down
4 changes: 2 additions & 2 deletions src/views/ts/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ if(document!) {
monaco.editor.defineTheme('yarnSpinnerTheme', {
base: 'vs',
inherit: true,
rules: [{ background: 'EDF9FA' }],
rules: [{ background: 'CFD8DC' }],
colors: {
'editor.foreground': '#000000',
'editor.background': '#EDF9FA',
'editor.background': '#CFD8DC',
'editorCursor.foreground': '#8B0000',
'editor.lineHighlightBackground': '#0000FF20',
'editorLineNumber.foreground': '#008800',
Expand Down

0 comments on commit 79de3c7

Please sign in to comment.