Skip to content

Commit

Permalink
remove notebook.inactiveFocusedCellBorder (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Dauenhauer <alex.dauenhauer@reddit.com>
  • Loading branch information
alexdauenhauer and alexdauenhauer-reddit committed Nov 18, 2023
1 parent b1bab62 commit 47e922e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the "catppuccin-noctis" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## 1.4.3

- remove notebook.inactiveFocusedCellBorder

## 1.4.2

- remove rangeHighlightBorder
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Catppuccin Noctis",
"description": "Catppuccin palette with Noctis syntax highlighting!",
"publisher": "alexdauenhauer",
"version": "1.4.2",
"version": "1.4.3",
"icon": "images/logo.jpg",
"engines": {
"vscode": "^1.46.0"
Expand Down
2 changes: 1 addition & 1 deletion themes/Catppuccin Noctis-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
"notebook.cellBorderColor": "#313244",
"notebook.focusedCellBorder": "#94e2d5",
"notebook.focusedEditorBorder": "#b4befe8a",
"notebook.inactiveFocusedCellBorder": "#b4befe8a",
"notebook.inactiveFocusedCellBorder": "#00000000",
"notebook.selectedCellBorder": "#94e2d5",
"notificationCenter.border": "#181825",
"notificationCenterHeader.background": "#181825",
Expand Down

0 comments on commit 47e922e

Please sign in to comment.