Skip to content

Commit

Permalink
feat: use base for active tab (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored May 7, 2023
1 parent 93e5f13 commit a2e3eac
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions frappeTheme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Catppuccin Frappe",
"tab": {
"background": "#414559FF",
"background": "#303446FF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#303446FF",
"unfocusedBackground": "#292C3CFF"
"background": "#292C3CFF",
"unfocusedBackground": "#232634FF"
},
"window": {
"applicationTheme": "dark"
}
}
}
8 changes: 4 additions & 4 deletions latteTheme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Catppuccin Latte",
"tab": {
"background": "#CCD0DAFF",
"background": "#EFF1F5FF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#EFF1F5FF",
"unfocusedBackground": "#E6E9EFFF"
"background": "#E6E9EFFF",
"unfocusedBackground": "#DCE0E8FF"
},
"window": {
"applicationTheme": "light"
}
}
}
6 changes: 3 additions & 3 deletions macchiatoTheme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Catppuccin Macchiato",
"tab": {
"background": "#363A4FFF",
"background": "#24273AFF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#24273AFF",
"background": "#1E2030FF",
"unfocusedBackground": "#181926FF"
},
"window": {
"applicationTheme": "dark"
}
}
}
8 changes: 4 additions & 4 deletions mochaTheme.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Catppuccin Mocha",
"tab": {
"background": "#313244FF",
"background": "#1E1E2EFF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#1E1E2EFF",
"unfocusedBackground": "#181825FF"
"background": "#181825FF",
"unfocusedBackground": "#11111BFF"
},
"window": {
"applicationTheme": "dark"
}
}
}

0 comments on commit a2e3eac

Please sign in to comment.