Skip to content

Commit

Permalink
Update custom-vscode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
laravelwebdev authored Oct 5, 2024
1 parent 183bf03 commit c5f8b2a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions custom-vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
margin-left: 4px;
}

div#workbench\.parts\.activitybar {
background-color: var(--vscode-editorWidget-background) !important;
}

li.action-item.icon {
border: 2px solid transparent;
}
Expand Down Expand Up @@ -110,6 +106,19 @@ li.action-item.icon.checked a.action-label.codicon {
background-color: rgb(40, 44, 52) !important;
}

.decorationsOverviewRuler {
display: none !important;
}

.part.statusbar {
background-color: rgb(40, 44, 52) !important;
}

.part.activitybar {
background-color: rgb(40, 44, 52) !important;
}


/* File Explorer Selected Item */
.monaco-list.list_id_1 .monaco-list-row.selected {
background-color: #1f232c !important;
Expand Down

0 comments on commit c5f8b2a

Please sign in to comment.