Skip to content

Commit

Permalink
Acode: Theme Visual Studio - V 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jul 10, 2023
1 parent 899b5e1 commit 29ec240
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "acode.theme.vscode",
"id": "sebastianjnuwu.theme.vscode",
"name": "Theme Visual Studio",
"main": "dist/main.js",
"version": "1.0.0",
Expand Down
35 changes: 19 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
# Theme Visual Studio

<div>
<p align="center">
<img alt="profile" src="./icon.png" width="72%" />
<br>
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-orange.svg"/></a>
<a href="https://github.com/sebastianjnuwu/acode-theme-vscode/actions/workflows/eslint.yml"><img alt="eslint" src="https://github.com/sebastianjnuwu/acode-theme-vscode/actions/workflows/eslint.yml/badge.svg" /></a>
<a href="https://discord.gg/NDzFeDp8YE"><img src="https://discordapp.com/api/guilds/893997835412971570/widget.png"></a>
<br>
<br>
<i>"acode-theme-vscode is a bot for discord, simple and easy to use, you think of a bot, you think of Mee6, don't you? Kelly too!"</i>
<div align="center">
<img alt="profile" src="https://cdn.discordapp.com/attachments/1128027443245105184/1128029287342166047/vscode.png" width="60%" />

- It has several languages
- Easy to understand code
- private ticket
- Music commands working
</p>
<div>
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-orange.svg"/></a>

<i>The <strong>"Theme Visual Studio"</strong> plugin is an add-on for the Acode application that allows you to adjust the editor's visual theme to resemble Visual Studio Code.</i>
<br>
- Similar look and feel to Visual Studio Code.
- Improves the programming experience.
- Easy to set up and use!
<br>
</div>

<strong>Select theme:</strong> Start using the theme most similar to vscode now, download this plugin and follow: `Acode > Settings > Themes > Theme Visual Studio`.

<strong>Open source:</strong> Want to see the code? click [here](https://github.com/sebastianjnuwu/acode-theme-vscode) and don't forget the little star!

<strong>Report Bugs:</strong> Found bugs? know how to fix report [here!](https://github.com/sebastianjnuwu/acode-theme-vscode/issues)

> 💞 Thanks for using our theme!
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ class theme {
theme.scrollbarColor = '#30363d';
theme.borderColor = '#30363d';
theme.popupBorderColor = '#30363d';
theme.borderRadius = '6px';
theme.popupBorderRadius = '6px';
theme.borderRadius = '4px';
theme.popupBorderRadius = '4px';
theme.popupIconColor = '#ffffff';
theme.popupTextColor = '#ffffff';
theme.popupActiveColor = '#e6fa10';
Expand Down

0 comments on commit 29ec240

Please sign in to comment.