Skip to content

Commit

Permalink
feat(calibre): add calibre configuration to dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Oct 22, 2024
1 parent f8ea3ef commit 7537050
Show file tree
Hide file tree
Showing 39 changed files with 56 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"light": {
"palette": {
"AlternateBase": "#eff1f5",
"Base": "#e6e9ef",
"BrightText": "#4c4f69",
"BrightText-disabled": "#4c4f69",
"Button": "#eff1f5",
"ButtonText": "#4c4f69",
"ButtonText-disabled": "#acb0be",
"Highlight": "#90afed",
"HighlightedText": "#4c4f69",
"HighlightedText-disabled": "#e6e9ef",
"Link": "#dc8a78",
"LinkVisited": "#1e66f5",
"PlaceholderText": "#4c4f69",
"PlaceholderText-disabled": "#4c4f69",
"Text": "#4c4f69",
"Text-disabled": "#acb0be",
"ToolTipBase": "#dce0e8",
"ToolTipText": "#4c4f69",
"ToolTipText-disabled": "#4c4f69",
"Window": "#dce0e8",
"WindowText": "#4c4f69",
"WindowText-disabled": "#acb0be"
},
"use_custom": true
},
"dark": {
"palette": {
"AlternateBase": "#1e1e2e",
"Base": "#181825",
"BrightText": "#cdd6f4",
"BrightText-disabled": "#cdd6f4",
"Button": "#1e1e2e",
"ButtonText": "#cdd6f4",
"ButtonText-disabled": "#585b70",
"Highlight": "#89b4fa",
"HighlightedText": "#1e1e2e",
"HighlightedText-disabled": "#181825",
"Link": "#f5e0dc",
"LinkVisited": "#89b4fa",
"PlaceholderText": "#cdd6f4",
"PlaceholderText-disabled": "#cdd6f4",
"Text": "#cdd6f4",
"Text-disabled": "#585b70",
"ToolTipBase": "#11111b",
"ToolTipText": "#cdd6f4",
"ToolTipText-disabled": "#cdd6f4",
"Window": "#11111b",
"WindowText": "#cdd6f4",
"WindowText-disabled": "#585b70"
},
"use_custom": true
}
}

0 comments on commit 7537050

Please sign in to comment.