Skip to content

Commit

Permalink
v2.7.2 - Whiter default plain-text color
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidTorres3 committed Jul 12, 2024
1 parent 0baaf29 commit 03a07bf
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 32 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,6 @@ esm
# We use only pnpm now
yarn.lock
package-lock.json

# Extension build
*.vsix
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"wordlike"
],
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.validate": [
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.7.2
- Whiter default plain-text color.
- Updated README.md and screenshots.

## 2.7.1

- Darker terminal
Expand Down
53 changes: 25 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,54 @@

## ⚡ FORK OF [vangware/dark-plus-material](https://github.com/vangware/dark-plus-material) AT VERSION 2.4.4 WITH IMPROVEMENTS ⚡

This fork can be finded in [saidtorres3/dark-plus-material](https://github.com/saidtorres3/dark-plus-material). Keeps the 2.4 versión of the original theme, but with some improvements:
This fork can be finded in [saidtorres3/dark-plus-material](https://github.com/saidtorres3/dark-plus-material). Keeps the 2.4 versión of the original theme with some little changes/improvements:

### Highlighting:
## Screenshots

In some scenarios, it is hard to see the highlighted text, so I changed the colors to be able to see them better, here are some quick examples:
### JavaScript

##### Old version:
![JavaScript example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/javascript.png)

![Old version](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/highlighting-example-old.png)
![Old version 2](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/highlighting-example-2-old.png)
### HTML/CSS

##### My version:
![LESS example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/html.png)

![My version](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/highlighting-example-new.png)
![My version 2](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/highlighting-example-2-new.png)
### TypeScript

### Python support and more:
![TypeScript example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/typescript.png)

This extension enables the semantic highlighting, so for example, python code would looks better than the old version:
### Python

##### Old version:
![Python example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/python.png)

![Old version python](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/python-old.png)
### C++

##### My version:
![C++ example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/cpp.png)

![My version python](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/python-new.png)
### GO

## Screenshots
![GO example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/go.png)

### JavaScript
### Java

![JavaScript example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/javascript.png)
![Java example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/java.png)

### LESS
### Ruby

![LESS example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/less.png)
![Ruby example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/ruby.png)

### TypeScript
### SQL

![TypeScript example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/typescript.png)
![SQL example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/sql.png)

### Plain Text

![Plain Text example](https://raw.githubusercontent.com/saidtorres3/dark-plus-material/main/screenshots/txt.png)

## Installing

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

```bash
ext install dark-plus-material-saidtorres3
```

## Recommended Plugins and settings

- [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) (by [Philipp Kief](https://github.com/PKief)): Beautiful icon theme that looks awesome with this theme.
- [FiraCode](https://github.com/tonsky/FiraCode) (by [Nikita Prokopov](https://github.com/tonsky)): The best code ligature font I found, used in the screenshots.
```
2 changes: 1 addition & 1 deletion dark-plus-material.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"editor.findMatchBackground": "#ffff0030",
"editor.findMatchBorder": "#ff0000",
"editor.findRangeHighlightBackground": "#18181866",
"editor.foreground": "#9E9E9E",
"editor.foreground": "#adadad",
"editor.hoverHighlightBackground": "#3F51B540",
"editor.inactiveSelectionBackground": "#3F51B5",
"editor.lineHighlightBorder": "#9fced11f",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dark-plus-material-saidtorres3",
"description": "The default Dark+ Theme, with material palette and always up to date",
"version": "2.7.1",
"version": "2.7.2",
"author": {
"email": "[email protected]",
"name": "SaidTorres3",
Expand Down
Binary file added screenshots/cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/highlighting-example-2-new.png
Binary file not shown.
Binary file removed screenshots/highlighting-example-2-old.png
Binary file not shown.
Binary file removed screenshots/highlighting-example-new.png
Binary file not shown.
Binary file removed screenshots/highlighting-example-old.png
Binary file not shown.
Binary file added screenshots/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/less.png
Binary file not shown.
Binary file removed screenshots/python-new.png
Binary file not shown.
Binary file removed screenshots/python-old.png
Binary file not shown.
Binary file added screenshots/python.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/ruby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/sql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/txt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/typescript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03a07bf

Please sign in to comment.