Skip to content

Commit

Permalink
feat: ✨ add notebook support (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwieckiewicz authored Sep 16, 2022
1 parent 30d375f commit 83d9e73
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Special thank to [Pavel Pertsev](https://github.com/morhetz), the creator of [gr
- [Huip van den Ende](https://github.com/huipvandenende)
- [Christian Klaussner](https://github.com/klaussner)
- [Anton Shpigunov](https://github.com/shpigunov)
- [Piotr Więckiewicz](https://github.com/piotrwieckiewicz)

Thanks for help to make the Gruvbox theme better.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"Maxim Tsoy (https://github.com/muodov)",
"Huip van den Ende (https://github.com/huipvandenende)",
"Christian Klaussner (https://github.com/klaussner)",
"Anton Shpigunov (https://github.com/shpigunov)"
"Anton Shpigunov (https://github.com/shpigunov)",
"Piotr Więckiewicz (https://github.com/piotrwieckiewicz)"
],
"publisher": "jdinhlife",
"engines": {
Expand Down Expand Up @@ -84,4 +85,4 @@
"semantic-release": "semantic-release"
},
"license": "MIT"
}
}
5 changes: 5 additions & 0 deletions themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#282828",
"notebook.focusedCellBorder": "#a89984",
"notebook.cellBorderColor": "#3c3836",
"notebook.focusedEditorBorder": "#3c3836",
// NOTIFICATION
"notification.background": "#1d2021",
"notification.foreground": "#ebdbb2",
Expand Down
5 changes: 5 additions & 0 deletions themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#32302f",
"notebook.focusedCellBorder": "#a89984",
"notebook.cellBorderColor": "#504945",
"notebook.focusedEditorBorder": "#504945",
// NOTIFICATION
"notification.background": "#282828",
"notification.foreground": "#ebdbb2",
Expand Down
5 changes: 5 additions & 0 deletions themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#3c3836",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#282828",
"notebook.focusedCellBorder": "#a89984",
"notebook.cellBorderColor": "#665c54",
"notebook.focusedEditorBorder": "#665c54",
// NOTIFICATION
"notification.background": "#32302f",
"notification.foreground": "#ebdbb2",
Expand Down
5 changes: 5 additions & 0 deletions themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#fbf1c7",
"notebook.focusedCellBorder": "#7c6f64",
"notebook.cellBorderColor": "#d5c4a1",
"notebook.focusedEditorBorder": "#d5c4a1",
// NOTIFICATION
"notification.background": "#f9f5d7",
"notification.foreground": "#3c3836",
Expand Down
5 changes: 5 additions & 0 deletions themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#f2e5bc",
"notebook.focusedCellBorder": "#665c54",
"notebook.cellBorderColor": "#bdae93",
"notebook.focusedEditorBorder": "#bdae93",
// NOTIFICATION
"notification.background": "#fbf1c7",
"notification.foreground": "#3c3836",
Expand Down
5 changes: 5 additions & 0 deletions themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,11 @@
"gitDecoration.conflictingResourceForeground": "#b16286",
// MENU BAR
"menu.border": "#ebdbb2",
// JUPYTER NOTEBOOKS
"notebook.cellEditorBackground": "#ebdbb2",
"notebook.focusedCellBorder": "#665c54",
"notebook.cellBorderColor": "#a89984",
"notebook.focusedEditorBorder": "#a89984",
// NOTIFICATION
"notification.background": "#f2e5bc",
"notification.foreground": "#3c3836",
Expand Down

0 comments on commit 83d9e73

Please sign in to comment.