Skip to content

Commit

Permalink
Merge pull request #20 from doki-theme/rebranding
Browse files Browse the repository at this point in the history
Rebranding
  • Loading branch information
Unthrottled authored Jul 4, 2020
2 parents d83c34d + 6b3097c commit 7350679
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 29 deletions.
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
---
name: Bug report
name: Bug Report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
NOTE: Did you check the FAQs (https://one-dark.gitbook.io/jetbrains/help/faqs)
to see if your problem already has a work around?
-->

**Describe the bug**
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
1. Click on '....'
1. Scroll down to '....'
1. See error

**Actual Behaviour**
What is happening that you do not want to be happening
<!-- Steps to reproduce the behavior -->
1.

**Expected Behavior**
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen. -->

**Environment**
Please go to *IntelliJ IDEA -> About IntelliJ IDEA (Mac)* or *Help -> About IntelliJ IDEA (Windows)* and copy the infos
<!-- Please go to *Help: About* and copy the infos
to the clipboard and paste it here.
It should contain:
* OS (Windows, Linux, Mac)
* IntelliJ Product + version (IDEA, RubyMine...)
* Plugin version
* If needed a list of enabled plugins
* Product + version
Please also include the Doki-Theme version
-->


**Screenshots**
If applicable, add screenshots to help explain your problem.
<!-- If applicable, add screenshots to help explain your problem. -->
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@
#### Checklist:
<!-- Go over all the following points, and put an `x` in all the boxes . -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project (`lint` passes clean).
- [ ] I wrote tests for added functionality.
- [ ] I updated the version.
- [ ] I updated the changelog with the new functionality.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

# 3.1.1 [Non-Functional]

- Updated repository links in package.json
- Replaced extension icon.
- Security patches.

# 3.1.0 [New Sticker Placement]

- Moved the sticker to the bottom right hand corner of the window instead of being in the bottom right hand corner of the code editor window.
Expand Down
Binary file modified Doki-Theme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ Themes grouped [by anime](./albums/grouping.md)

## About!

With well over **20 themes** (light and dark) I think you will be able to find your favorite.
You can even find a theme that fits your mood for the day.
This plugin is for serious Otaku programmers.
With over **20** themes, based off of various waifus,
I think you will find your best girl.

Variety is the spice of life! So you can choose themes from the following Doki-Doki Theme Suites:
Variety is the spice of life! So you can choose themes from various, Anime, Manga, or Visual Novels:

- Doki-Doki Literature Club
- Re:Zero
Expand Down
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "doki-theme",
"displayName": "The Doki Theme",
"description": "Themes based on various anime and visual novel characters.",
"description": "Code with your waifu.",
"publisher": "unthrottled",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",
"icon": "Doki-Theme.png",
"galleryBanner": {
"color": "#578CDA",
"theme": "dark"
},
"bugs": {
"url": "https://github.com/cyclic-reference/doki-theme-vscode/issues"
"url": "https://github.com/doki-theme/doki-theme-vscode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cyclic-reference/doki-theme-vscode.git"
"url": "https://github.com/doki-theme/doki-theme-vscode.git"
},
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -383,5 +383,8 @@
"tslint": "^5.20.0",
"typescript": "^3.6.4",
"vscode-test": "^1.2.2"
},
"resolutions": {
"minimist": "0.2.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,10 +529,10 @@ [email protected], minimatch@^3.0.4:
dependencies:
brace-expansion "^1.1.7"

[email protected]:
version "0.0.8"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
[email protected], [email protected]:
version "0.2.1"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.2.1.tgz#827ba4e7593464e7c221e8c5bed930904ee2c455"
integrity sha512-GY8fANSrTMfBVfInqJAY41QkOM+upUTytK1jZ0c8+3HdHrJxBJ3rF5i9moClXTE8uUSnUo8cAsCoxDXvSY4DHg==

[email protected], mkdirp@^0.5.1:
version "0.5.1"
Expand Down

0 comments on commit 7350679

Please sign in to comment.