From e7ff713fc62c36dd76a20f212987177ab30df65e Mon Sep 17 00:00:00 2001 From: piotrwieckiewicz Date: Fri, 12 Aug 2022 12:40:09 +0200 Subject: [PATCH 1/2] Add notebook support --- themes/gruvbox-dark-hard.json | 5 +++++ themes/gruvbox-dark-medium.json | 5 +++++ themes/gruvbox-dark-soft.json | 5 +++++ themes/gruvbox-light-hard.json | 5 +++++ themes/gruvbox-light-medium.json | 5 +++++ themes/gruvbox-light-soft.json | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/themes/gruvbox-dark-hard.json b/themes/gruvbox-dark-hard.json index 3bf7f7d..5f5725c 100644 --- a/themes/gruvbox-dark-hard.json +++ b/themes/gruvbox-dark-hard.json @@ -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", diff --git a/themes/gruvbox-dark-medium.json b/themes/gruvbox-dark-medium.json index 943cece..fa1460c 100644 --- a/themes/gruvbox-dark-medium.json +++ b/themes/gruvbox-dark-medium.json @@ -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", diff --git a/themes/gruvbox-dark-soft.json b/themes/gruvbox-dark-soft.json index 11f84cd..b388b16 100644 --- a/themes/gruvbox-dark-soft.json +++ b/themes/gruvbox-dark-soft.json @@ -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", diff --git a/themes/gruvbox-light-hard.json b/themes/gruvbox-light-hard.json index 24adbfc..ca95433 100644 --- a/themes/gruvbox-light-hard.json +++ b/themes/gruvbox-light-hard.json @@ -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", diff --git a/themes/gruvbox-light-medium.json b/themes/gruvbox-light-medium.json index 7769711..083cc16 100644 --- a/themes/gruvbox-light-medium.json +++ b/themes/gruvbox-light-medium.json @@ -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", diff --git a/themes/gruvbox-light-soft.json b/themes/gruvbox-light-soft.json index 95c93ce..e177ef4 100644 --- a/themes/gruvbox-light-soft.json +++ b/themes/gruvbox-light-soft.json @@ -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", From 360bfb193d50a85300ed5d439159db94499b42a2 Mon Sep 17 00:00:00 2001 From: piotrwieckiewicz Date: Tue, 13 Sep 2022 15:05:16 +0200 Subject: [PATCH 2/2] Update contributor list --- README.md | 1 + package.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18354e0..8e29286 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 52a2c28..5702c54 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -84,4 +85,4 @@ "semantic-release": "semantic-release" }, "license": "MIT" -} +} \ No newline at end of file