This commit is contained in:
Charlotte Croce 2025-04-18 23:07:30 -04:00
parent 019416834b
commit f2395aa328
4 changed files with 5 additions and 14 deletions

View file

@ -1,5 +1,3 @@
Copyright 2025 Charlotte Croce Copyright 2025 Charlotte Croce
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View file

@ -4,16 +4,9 @@ A berry-inspired theme suite for Visual Studio Code
## Preview ## Preview
![Fruitbasket Dark Theme](images/fruitbasket-dark-preview.png) ![Fruitbasket Dark Theme Preview](images/fruitbasket-dark-preview.png)
![Fruitbasket Light Theme](images/fruitbasket-light-preview.png) ![Fruitbasket Light Theme Preview](images/fruitbasket-light-preview.png)
## Installation
1. Open **Extensions** sidebar panel in VS Code (`Ctrl+Shift+X` or `Cmd+Shift+X`)
2. Search for `Fruitbasket Theme`
3. Click **Install**
4. Select the theme through **File > Preferences > Color Theme** (or **Code > Preferences > Color Theme** on Mac)
5. Choose either **Fruitbasket Dark** or **Fruitbasket Light**
## License ## License

Binary file not shown.

View file

@ -3,10 +3,10 @@
"displayName": "Fruitbasket Theme", "displayName": "Fruitbasket Theme",
"description": "Berry-inspired light and dark themes for VSCode", "description": "Berry-inspired light and dark themes for VSCode",
"version": "1.0.0", "version": "1.0.0",
"publisher": "charlotte200", "publisher": "charlotte-dev",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://coceberg.org/charlottecroce/fruitbasket" "url": "https://codeberg.org/charlottecroce/fruitbasket"
}, },
"engines": { "engines": {
"vscode": "^1.50.0" "vscode": "^1.50.0"