├── Bijou Dark.lbtheme └── Contents │ ├── Info.plist │ └── Resources │ ├── AutoActivation.png │ ├── AutoActivation@2x.png │ ├── AutohideOffTemplate.pdf │ ├── GearWheelTemplate.pdf │ ├── InstantSend.png │ ├── InstantSend@2x.png │ ├── NavigationArrow.png │ ├── NavigationArrow@2x.png │ ├── NavigationArrowH.png │ ├── NavigationArrowH@2x.png │ ├── Properties.plist │ ├── de.lproj │ └── InfoPlist.strings │ └── en.lproj │ └── InfoPlist.strings ├── Bijou Light.lbtheme └── Contents │ ├── Info.plist │ └── Resources │ ├── AutoActivation.png │ ├── AutoActivation@2x.png │ ├── AutohideOffTemplate.pdf │ ├── GearWheelTemplate.pdf │ ├── InstantSend.png │ ├── InstantSend@2x.png │ ├── NavigationArrow.png │ ├── NavigationArrow@2x.png │ ├── NavigationArrowH.png │ ├── NavigationArrowH@2x.png │ ├── Properties.plist │ ├── de.lproj │ └── InfoPlist.strings │ └── en.lproj │ └── InfoPlist.strings ├── Images ├── ExtraInfo.jpg ├── InstantSendDark.jpg └── Simple.jpg └── README.md /Bijou Dark.lbtheme/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | info.benjaminwil.LaunchBar.theme.BijouDark 7 | CFBundleName 8 | Bijou Dark 9 | LBThemeDescription 10 | A dark LaunchBar theme inspired by Small. 11 | 12 | 13 | -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/AutoActivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/AutoActivation.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/AutoActivation@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/AutoActivation@2x.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/AutohideOffTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/AutohideOffTemplate.pdf -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/GearWheelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/GearWheelTemplate.pdf -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/InstantSend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/InstantSend.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/InstantSend@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/InstantSend@2x.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/NavigationArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/NavigationArrow.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/NavigationArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/NavigationArrow@2x.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/NavigationArrowH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/NavigationArrowH.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/NavigationArrowH@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Dark.lbtheme/Contents/Resources/NavigationArrowH@2x.png -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/Properties.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | defaultBoldFontName 6 | regularSystemFont 7 | defaultFontName 8 | lightSystemFont 9 | defaultTextColor 10 | whiteColor 11 | placeholderTextColor 12 | lightGrayColor 13 | defaultTextShadowColor 14 | clearColor 15 | inputAreaAbbreviationTextColor 16 | @defaultTextColor 17 | inputAreaBlackTextColor 18 | @defaultTextColor 19 | inputAreaAbbreviationFontName 20 | semiboldSystemFont 21 | inputAreaAbbreviationFontSize 22 | 11 23 | inputAreaAbbreviationInputProgressIndicationOffset 24 | 1 25 | inputAreaActionMenuAreaEdgeInsets 26 | -4 2 -4 6 27 | inputAreaActionMenuAreaTextShadowOffset 28 | 0 0 29 | inputAreaAutohideOffImage 30 | AutohideOffTemplate 31 | inputAreaAutohideOffImageSize 32 | 16.0 16.0 33 | inputAreaAutohideOffImagePaddingLeft 34 | 6 35 | inputAreaAutohideOffImagePaddingRight 36 | 9 37 | inputAreaDefocusedItemFontName 38 | @defaultFontName 39 | inputAreaDefocusedItemFontSize 40 | 13 41 | inputAreaDimmedTextColor 42 | @defaultTextColor 43 | inputAreaFocusedItemFontName 44 | @defaultBoldFontName 45 | inputAreaFocusedItemFontSize 46 | 13 47 | inputAreaHeight 48 | 30 49 | inputAreaIconSize 50 | 16 16 51 | inputAreaKeyCapImagePaddingRight 52 | 7 53 | inputAreaKeyCapImageSize 54 | 18 18 55 | inputAreaMenuButtonImage 56 | GearWheelTemplate 57 | inputAreaMenuButtonImageSize 58 | 16.0 16.0 59 | inputAreaMenuButtonPaddingRight 60 | 6 61 | inputAreaPaddingLeft 62 | 7 63 | inputAreaShouldSmoothFonts 64 | 65 | inputAreaTextColor 66 | @defaultTextColor 67 | inputAreaTitlePaddingLeft 68 | 7 69 | inputAreaPaddingRight 70 | 7 71 | inputAreaTitleSeparatorFontSize 72 | 13 73 | itemListEdgeInsets 74 | 0 0 0 0 75 | itemListExtraDetailsBaselineOffset 76 | 0 77 | itemListExtraDetailsFontName 78 | @defaultFontName 79 | itemListExtraDetailsFontSize 80 | 11 81 | itemListExtraDetailsTextColor 82 | @defaultTextColor 83 | itemListGridLineHeight 84 | 0 85 | itemListGridLineShadowHeight 86 | 0 87 | itemListIconSize 88 | 16 16 89 | itemListIconPaddingLeft 90 | 7 91 | itemListIconPaddingRight 92 | 7 93 | itemListLabelCircleDiameter 94 | 12 95 | itemListLabeledExtraDetailsBackgroundColor 96 | clearColor 97 | itemListLabeledExtraDetailsBadgeCornerRadius 98 | 0 99 | itemListLabeledExtraDetailsBadgeHeight 100 | 0 101 | itemListLabeledExtraDetailsBaselineOffset 102 | 0 103 | itemListLabeledExtraDetailsDeemphasizedBaselineOffset 104 | 0 105 | itemListLabeledExtraDetailsDeemphasizedFontName 106 | @defaultFontName 107 | itemListLabeledExtraDetailsDeemphasizedFontSize 108 | 11 109 | itemListLabeledExtraDetailsFontName 110 | @defaultBoldFontName 111 | itemListLabeledExtraDetailsFontSize 112 | 13 113 | itemListLabeledExtraDetailsPadding 114 | 4 115 | itemListLabeledExtraDetailsSelectedBackgroundColor 116 | @itemListLabeledExtraDetailsBackgroundColor 117 | itemListLabeledExtraDetailsSelectedTextColor 118 | whiteColor 119 | itemListLabeledExtraDetailsTextColor 120 | @itemListExtraDetailsTextColor 121 | itemListNavigationArrowAreaWidth 122 | 25 123 | itemListNavigationArrowPaddingRight 124 | 7 125 | itemListRowHeight 126 | 24 127 | itemListScrollerPadding 128 | 2 129 | itemListSelectedSubtitleFontName@1x 130 | @itemListSubtitleFontName 131 | itemListSeparatorLowerLineThickness 132 | 0 133 | itemListSeparatorUpperLineColor 134 | greyColor 135 | itemListSeparatorUpperLineThickness 136 | 0.25 137 | itemListSelectedTitleFontName@1x 138 | @itemListTitleFontName 139 | itemListSelectedTitleFontName@1x 140 | @itemListTitleFontName 141 | itemListSelectionCornerRadius 142 | 0 143 | itemListSelectionHighlightColor 144 | selectedMenuItemColor 145 | itemListSelectionSubsearchHighlightColor 146 | selectedMenuItemColor 147 | itemListShouldSmoothFonts 148 | 149 | itemListSelectionSubsearchHighlightColor 150 | orangeColor 151 | itemListShouldSmoothFonts 152 | 153 | itemListSubtitleBaselineOffset 154 | -2 155 | itemListSubtitleFontName 156 | @defaultFontName 157 | itemListSubtitleFontSize 158 | 11 159 | itemListSubtitleTextColor 160 | @itemListExtraDetailsTextColor 161 | itemListTitleBaselineOffset 162 | -1 163 | itemListTitleDecreasedFontSize 164 | @itemListTitleFontSize * 0.9 165 | itemListTitleEmphasizedFontName 166 | @defaultBoldFontName 167 | itemListTitleFontName 168 | @defaultBoldFontName 169 | itemListTitleFontSize 170 | 13 171 | itemListTitleIncreasedFontSize 172 | @itemListTitleFontSize 173 | itemListTitleTextColor 174 | @defaultTextColor 175 | itemListSubtitleInSeparateLine 176 | 177 | textInputBackgroundColor 178 | clearColor 179 | textInputEdgeInsets 180 | 7 0 0 0 181 | textInputFieldEditorEdgeInsets 182 | 0 0 0 0 183 | textInputFieldTextContainerInset 184 | 0 0 185 | textInputFocusRingColor 186 | clearColor 187 | textInputFocusRingLineWidth 188 | 0 189 | textInputFontName 190 | @defaultFontName 191 | textInputFontSize 192 | 13 193 | textInputPlaceholderTextColor 194 | @placeholderTextColor 195 | textInputSelectedTextColor 196 | @defaultTextColor 197 | textInputShouldSmoothFonts 198 | 199 | textInputTextColor 200 | @defaultTextColor 201 | textInputTitleTextColor 202 | @defaultTextColor 203 | textInputTitleFontName 204 | @defaultBoldFontName 205 | textInputTitleFontSize 206 | 13 207 | windowBackgroundColor 208 | #404040 209 | windowCornerRadius 210 | 5 211 | windowDefaultWidth 212 | 470 213 | windowDefaultVerticalPosition 214 | 1 215 | windowHasInnerShadow 216 | 217 | windowMinimumWidth 218 | 300 219 | windowShadowStyle 220 | 3 221 | windowBackgroundColorIsDark 222 | 223 | 224 | 225 | -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | CFBundleName = "Bijou Dunkel"; 2 | LBThemeDescription = "ein dunkles Thema für LaunchBar"; 3 | -------------------------------------------------------------------------------- /Bijou Dark.lbtheme/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | // empty 2 | -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Info.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CFBundleIdentifier 6 | info.benjaminwil.LaunchBar.theme.BijouLight 7 | CFBundleName 8 | Bijou Light 9 | LBThemeDescription 10 | A light LaunchBar theme inspired by Small. 11 | 12 | 13 | -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/AutoActivation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/AutoActivation.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/AutoActivation@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/AutoActivation@2x.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/AutohideOffTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/AutohideOffTemplate.pdf -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/GearWheelTemplate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/GearWheelTemplate.pdf -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/InstantSend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/InstantSend.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/InstantSend@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/InstantSend@2x.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/NavigationArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/NavigationArrow.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/NavigationArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/NavigationArrow@2x.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/NavigationArrowH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/NavigationArrowH.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/NavigationArrowH@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Bijou Light.lbtheme/Contents/Resources/NavigationArrowH@2x.png -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/Properties.plist: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | defaultBoldFontName 6 | regularSystemFont 7 | defaultFontName 8 | lightSystemFont 9 | defaultTextColor 10 | darkTextColor 11 | placeholderTextColor 12 | grayColor 13 | defaultTextShadowColor 14 | clearColor 15 | inputAreaAbbreviationTextColor 16 | @defaultTextColor 17 | inputAreaBlackTextColor 18 | @defaultTextColor 19 | inputAreaAbbreviationFontName 20 | semiboldSystemFont 21 | inputAreaAbbreviationFontSize 22 | 11 23 | inputAreaAbbreviationInputProgressIndicationOffset 24 | 1 25 | inputAreaActionMenuAreaEdgeInsets 26 | -4 2 -4 6 27 | inputAreaActionMenuAreaTextShadowOffset 28 | 0 0 29 | inputAreaAutohideOffImage 30 | AutohideOffTemplate 31 | inputAreaAutohideOffImageSize 32 | 16.0 16.0 33 | inputAreaAutohideOffImagePaddingLeft 34 | 6 35 | inputAreaAutohideOffImagePaddingRight 36 | 9 37 | inputAreaDefocusedItemFontName 38 | @defaultFontName 39 | inputAreaDefocusedItemFontSize 40 | 13 41 | inputAreaDimmedTextColor 42 | #808080 43 | inputAreaFocusedItemFontName 44 | @defaultBoldFontName 45 | inputAreaFocusedItemFontSize 46 | 13 47 | inputAreaHeight 48 | 30 49 | inputAreaIconSize 50 | 16 16 51 | inputAreaKeyCapImagePaddingRight 52 | 7 53 | inputAreaKeyCapImageSize 54 | 18 18 55 | inputAreaMenuButtonImage 56 | GearWheelTemplate 57 | inputAreaMenuButtonImageSize 58 | 16.0 16.0 59 | inputAreaMenuButtonPaddingRight 60 | 6 61 | inputAreaPaddingLeft 62 | 7 63 | inputAreaShouldSmoothFonts 64 | 65 | inputAreaTextColor 66 | @defaultTextColor 67 | inputAreaTitlePaddingLeft 68 | 7 69 | inputAreaPaddingRight 70 | 7 71 | inputAreaTitleSeparatorFontSize 72 | 13 73 | itemListEdgeInsets 74 | 0 0 0 0 75 | itemListExtraDetailsBaselineOffset 76 | 0 77 | itemListExtraDetailsFontName 78 | @defaultFontName 79 | itemListExtraDetailsFontSize 80 | 11 81 | itemListExtraDetailsTextColor 82 | #5a5a5a 83 | itemListGridLineHeight 84 | 0 85 | itemListGridLineShadowHeight 86 | 0 87 | itemListIconSize 88 | 16 16 89 | itemListIconPaddingLeft 90 | 7 91 | itemListIconPaddingRight 92 | 7 93 | itemListLabelCircleDiameter 94 | 12 95 | itemListLabeledExtraDetailsBackgroundColor 96 | clearColor 97 | itemListLabeledExtraDetailsBadgeCornerRadius 98 | 0 99 | itemListLabeledExtraDetailsBadgeHeight 100 | 0 101 | itemListLabeledExtraDetailsBaselineOffset 102 | 0 103 | itemListLabeledExtraDetailsDeemphasizedBaselineOffset 104 | 0 105 | itemListLabeledExtraDetailsDeemphasizedFontName 106 | @defaultFontName 107 | itemListLabeledExtraDetailsDeemphasizedFontSize 108 | 11 109 | itemListLabeledExtraDetailsFontName 110 | @defaultBoldFontName 111 | itemListLabeledExtraDetailsFontSize 112 | 13 113 | itemListLabeledExtraDetailsPadding 114 | 4 115 | itemListLabeledExtraDetailsSelectedBackgroundColor 116 | @itemListLabeledExtraDetailsBackgroundColor 117 | itemListLabeledExtraDetailsSelectedTextColor 118 | whiteColor 119 | itemListLabeledExtraDetailsTextColor 120 | @itemListExtraDetailsTextColor 121 | itemListNavigationArrowAreaWidth 122 | 25 123 | itemListNavigationArrowPaddingRight 124 | 7 125 | itemListRowHeight 126 | 24 127 | itemListScrollerPadding 128 | 2 129 | itemListSelectedSubtitleFontName@1x 130 | @itemListSubtitleFontName 131 | itemListSeparatorLowerLineThickness 132 | 0 133 | itemListSeparatorUpperLineColor 134 | @itemListExtraDetailsTextColor 135 | itemListSeparatorUpperLineThickness 136 | 0.25 137 | itemListSelectedSubtitleFontName@1x 138 | @itemListSubtitleFontName 139 | itemListSelectedTitleFontName@1x 140 | @itemListTitleFontName 141 | itemListSelectionCornerRadius 142 | 0 143 | itemListSelectionHighlightColor 144 | selectedMenuItemColor 145 | itemListSelectionSubsearchHighlightColor 146 | selectedMenuItemColor 147 | itemListShouldSmoothFonts 148 | 149 | itemListSelectionSubsearchHighlightColor 150 | orangeColor 151 | itemListShouldSmoothFonts 152 | 153 | itemListSubtitleBaselineOffset 154 | -2 155 | itemListSubtitleFontName 156 | @defaultFontName 157 | itemListSubtitleFontSize 158 | 11 159 | itemListSubtitleTextColor 160 | @itemListExtraDetailsTextColor 161 | itemListTitleBaselineOffset 162 | -1 163 | itemListTitleDecreasedFontSize 164 | @itemListTitleFontSize * 0.9 165 | itemListTitleEmphasizedFontName 166 | @defaultBoldFontName 167 | itemListTitleFontName 168 | @defaultBoldFontName 169 | itemListTitleFontSize 170 | 13 171 | itemListTitleIncreasedFontSize 172 | @itemListTitleFontSize 173 | itemListTitleTextColor 174 | @defaultTextColor 175 | itemListSubtitleInSeparateLine 176 | 177 | textInputBackgroundColor 178 | clearColor 179 | textInputEdgeInsets 180 | 7 0 0 0 181 | textInputFieldEditorEdgeInsets 182 | 0 0 0 0 183 | textInputFieldTextContainerInset 184 | 0 0 185 | textInputFocusRingColor 186 | clearColor 187 | textInputFocusRingLineWidth 188 | 0 189 | textInputFontName 190 | @defaultFontName 191 | textInputFontSize 192 | 13 193 | textInputPlaceholderTextColor 194 | @placeholderTextColor 195 | textInputSelectedTextColor 196 | @defaultTextColor 197 | textInputShouldSmoothFonts 198 | 199 | textInputTextColor 200 | @defaultTextColor 201 | textInputTitleTextColor 202 | @defaultTextColor 203 | textInputTitleFontName 204 | @defaultBoldFontName 205 | textInputTitleFontSize 206 | 13 207 | windowBackgroundColor 208 | #e2e0e2 209 | windowCornerRadius 210 | 5 211 | windowDefaultWidth 212 | 470 213 | windowDefaultVerticalPosition 214 | 1 215 | windowMinimumWidth 216 | 300 217 | windowShadowStyle 218 | 2 219 | 220 | 221 | 222 | -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | CFBundleName = "Bijou Licht"; 2 | LBThemeDescription = "Helles Thema für LaunchBar."; 3 | -------------------------------------------------------------------------------- /Bijou Light.lbtheme/Contents/Resources/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | // empty 2 | -------------------------------------------------------------------------------- /Images/ExtraInfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Images/ExtraInfo.jpg -------------------------------------------------------------------------------- /Images/InstantSendDark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Images/InstantSendDark.jpg -------------------------------------------------------------------------------- /Images/Simple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benjaminwil/bijou/fea825b6c37e0be54478159d0fbac90697b7b83f/Images/Simple.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Bijou (LaunchBar Theme) 2 | 3 | Bijou is a theme for [LaunchBar 6][lb] inspired by Vintage (also called Small), 4 | the default theme for LaunchBar 5. Previously, this theme was called El Capitan 5 | Small, but has since been updated for macOS Mojave. 6 | 7 | ![LaunchBar with Bijou Light enabled](Images/Simple.jpg) 8 | 9 | Bijou comes with a light and a dark variant. 10 | 11 | ![Using instant send with Bijou Dark](Images/InstantSendDark.jpg) 12 | 13 | Bijou differs from the Vintage theme in a number of ways. Mainly, the 14 | abbreviations font weight is bolder, there are no badges or accent colours when 15 | info browsing, and the text input background is colourless. 16 | 17 | ![Info browsing with the Bijou Light theme](Images/ExtraInfo.jpg) 18 | 19 | ## Installation 20 | 21 | Download [this repository as a .zip file][dl] and open the `Bijou 22 | Light.lbtheme` and/or `Bijou Dark.lbtheme` files. 23 | 24 | If you want to remove Bijou in the future, you can find the installed `.lbtheme` 25 | files in your `~/Library/Application Support/LaunchBar/Themes/` directory. 26 | 27 | ## Acknowledgements 28 | 29 | This theme wouldn't be possible without [Objective Development][od] and 30 | LaunchBar—and without access to Objective Development's own Base, Base Dark, and 31 | Vintage themes. Thanks! 🦀 32 | 33 | [dl]: https://github.com/benjaminwil/bijou/archive/master.zip 34 | [lb]: https://www.obdev.at/products/launchbar/index.html 35 | [od]: https://www.obdev.at 36 | --------------------------------------------------------------------------------