https://github.com/dobbbri/daily
7 Beautiful and famous dark themes with Operator mono font superpowers
https://github.com/dobbbri/daily
colorscheme phpstorm vscode-theme webstorm
Last synced: 19 days ago
JSON representation
7 Beautiful and famous dark themes with Operator mono font superpowers
- Host: GitHub
- URL: https://github.com/dobbbri/daily
- Owner: dobbbri
- Created: 2017-08-11T20:54:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-05T19:23:50.000Z (almost 8 years ago)
- Last Synced: 2025-04-30T09:51:26.553Z (11 months ago)
- Topics: colorscheme, phpstorm, vscode-theme, webstorm
- Homepage:
- Size: 2.85 MB
- Stars: 37
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Fantastic (Ayu, Darcula, Gruvbox, Material, Monokai, Slime, Oceanic, One)
## Beautiful dark themes with Operator Mono font/Italic superpowers
## Each theme has a modified version to use with the Operator Mono font / Italic
### Monokai

### Monokai - Operator Mono/Italic

### AYU

### AYU - Operator Mono/Italic

### Slime

### Slime - Operator Mono/Italic

### Darcula (99% like **PhpStorm** and **WebStorm** by Intellij)


### Material Bunker

### Oceanic Next

### One Dark

### Gruvbox

### I use this border hacks, if you like, use!!!
```
"workbench.colorCustomizations": {
"titleBar.border": "#000",
"sideBar.border": "#000",
"activityBar.border": "#000",
"tab.border": "#000",
"editorGroupHeader.tabsBorder": "#000",
"panel.border": "#000",
"statusBar.border": "#000"
},
```
### Background hacks, if you like!!!
#### add this your **_User Settings_** (settings.json)
```
"workbench.colorCustomizations": {
"titleBar.border": "#05080A",
"list.activeSelectionBackground": "#05080A",
"list.inactiveSelectionBackground": "#05080A",
"tab.inactiveBackground": "#05080A",
"editorGroupHeader.tabsBackground": "#05080A",
"editorGroupHeader.noTabsBackground": "#05080A",
"activityBar.background": "#05080A",
"sideBar.background": "#05080A",
"sideBarSectionHeader.background": "#05080A",
"activityBar.border": "#0b1015",
"tab.border": "#0b1015",
"panel.border": "#05080A",
"statusBar.border": "#05080A"
},
```
**Enjoy!**