Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode/v2.1.0 #47

Merged
merged 5 commits into from
Oct 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Aura Theme Changelog

## 2.1.0 (October 14, 2021)
- Add colors to editor inlay hint
- Update selection color to accent20
- Update JSX children texts to be green

## 2.0.1 (October 3, 2021)
- Replace Aura Dark to Aura Dark Plus but keeping the name
- Update yellow accents, like in functions, for an orange tone
Expand Down
4 changes: 4 additions & 0 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
2. Install [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

# Changelog
## 2.1.0 (October 14, 2021)
- Add colors to editor inlay hint
- Update selection color to accent20
- Update JSX children texts to be green
## 2.0.1 (October 3, 2021)
- Replace Aura Dark to Aura Dark Plus but keeping the name
- Update yellow accents, like in functions, for an orange tone
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aura-theme",
"displayName": "Aura Theme",
"description": "A beautiful dark theme for Visual Studio Code",
"version": "2.0.1",
"version": "2.1.0",
"scripts": {
"publish": "vsce publish"
},
Expand Down
31 changes: 19 additions & 12 deletions packages/vscode/themes/aura-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"foreground": "#edecee",
"errorForeground": "#ff6767",
"widget.shadow": "#0f0f0f",
"selection.background": "#a277ff",
"selection.background": "#3d375e7f",

"titleBar.activeBackground": "#121016",
"titleBar.border": "#000000",
Expand Down Expand Up @@ -46,16 +46,18 @@
"editorLineNumber.foreground": "#a394f033",
"editorIndentGuide.activeBackground": "#6d6d6d",
"editorCursor.foreground": "#a277ff",
"editor.selectionBackground": "#a394f033",
"editor.selectionHighlightBackground": "#a394f033",
"editor.inactiveSelectionBackground": "#a394f033",
"editor.wordHighlightBackground": "#af8aff7f",
"editor.wordHighlightStrongBackground": "#3ea7847f",
"editor.findMatchBackground": "#3ea7847f",
"editor.findMatchHighlightBackground": "#3ea7847f",
"editor.findRangeHighlightBackground": "#3ea7847f",
"editor.selectionBackground": "#3d375e7f",
"editor.selectionHighlightBackground": "#3d375e7f",
"editor.inactiveSelectionBackground": "#3d375e7f",
"editor.wordHighlightBackground": "#3d375e7f",
"editor.wordHighlightStrongBackground": "#3d375e7f",
"editor.findMatchBackground": "#3d375e7f",
"editor.findMatchHighlightBackground": "#3d375e7f",
"editor.findRangeHighlightBackground": "#3d375e7f",
"editor.lineHighlightBackground": "#a394f033",
"editor.lineHighlightBorder": "#a394f000",
"editorInlayHint.background": "#2e2b38",
"editorInlayHint.foreground": "#cdccce",

"editorLink.activeForeground": "#a277ff",
"editorWhitespace.foreground": "#2d2d2d",
Expand Down Expand Up @@ -143,7 +145,7 @@
"terminal.ansiRed": "#ff6767",
"terminal.ansiWhite": "#cdccce",
"terminal.ansiYellow": "#ffca85",
"terminal.selectionBackground": "#a394f033",
"terminal.selectionBackground": "#3d375e7f",
"terminalCursor.background": "#2d2d2d",
"terminalCursor.foreground": "#adacae",

Expand Down Expand Up @@ -198,7 +200,9 @@
"support.type.builtin.graphql",
"variable.other.quoted.double",
"markup.inline.raw.string.markdown",
"entity.other.attribute-name.id.css"
"entity.other.attribute-name.id.css",
"meta.jsx.children",
"JSXNested"
],
"settings": {
"foreground": "#61ffca"
Expand Down Expand Up @@ -267,7 +271,10 @@
"variable.parameter",
"meta.class",
"meta.method.declaration",
"parameter.variable.function.elixir"
"parameter.variable.function.elixir",
"punctuation.definition.tag",
"punctuation.section.embedded",
"meta.embedded.expression"
],
"settings": {
"foreground": "#edecee"
Expand Down
31 changes: 19 additions & 12 deletions packages/vscode/themes/aura-dark-soft-text-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"foreground": "#bdbdbd",
"errorForeground": "#c55858",
"widget.shadow": "#0f0f0f",
"selection.background": "#8464c6",
"selection.background": "#3d375e7f",

"titleBar.activeBackground": "#121016",
"titleBar.border": "#000000",
Expand Down Expand Up @@ -46,16 +46,18 @@
"editorLineNumber.foreground": "#a394f033",
"editorIndentGuide.activeBackground": "#6d6d6d",
"editorCursor.foreground": "#8464c6",
"editor.selectionBackground": "#a394f033",
"editor.selectionHighlightBackground": "#a394f033",
"editor.inactiveSelectionBackground": "#a394f033",
"editor.wordHighlightBackground": "#af8aff7f",
"editor.wordHighlightStrongBackground": "#3ea7847f",
"editor.findMatchBackground": "#3ea7847f",
"editor.findMatchHighlightBackground": "#3ea7847f",
"editor.findRangeHighlightBackground": "#3ea7847f",
"editor.selectionBackground": "#3d375e7f",
"editor.selectionHighlightBackground": "#3d375e7f",
"editor.inactiveSelectionBackground": "#3d375e7f",
"editor.wordHighlightBackground": "#3d375e7f",
"editor.wordHighlightStrongBackground": "#3d375e7f",
"editor.findMatchBackground": "#3d375e7f",
"editor.findMatchHighlightBackground": "#3d375e7f",
"editor.findRangeHighlightBackground": "#3d375e7f",
"editor.lineHighlightBackground": "#a394f033",
"editor.lineHighlightBorder": "#a394f000",
"editorInlayHint.background": "#2e2b38",
"editorInlayHint.foreground": "#b4b4b4",

"editorLink.activeForeground": "#8464c6",
"editorWhitespace.foreground": "#2d2d2d",
Expand Down Expand Up @@ -143,7 +145,7 @@
"terminal.ansiRed": "#c55858",
"terminal.ansiWhite": "#b4b4b4",
"terminal.ansiYellow": "#c7a06f",
"terminal.selectionBackground": "#a394f033",
"terminal.selectionBackground": "#3d375e7f",
"terminalCursor.background": "#2d2d2d",
"terminalCursor.foreground": "#adacae",

Expand Down Expand Up @@ -198,7 +200,9 @@
"support.type.builtin.graphql",
"variable.other.quoted.double",
"markup.inline.raw.string.markdown",
"entity.other.attribute-name.id.css"
"entity.other.attribute-name.id.css",
"meta.jsx.children",
"JSXNested"
],
"settings": {
"foreground": "#54c59f"
Expand Down Expand Up @@ -267,7 +271,10 @@
"variable.parameter",
"meta.class",
"meta.method.declaration",
"parameter.variable.function.elixir"
"parameter.variable.function.elixir",
"punctuation.definition.tag",
"punctuation.section.embedded",
"meta.embedded.expression"
],
"settings": {
"foreground": "#bdbdbd"
Expand Down
31 changes: 19 additions & 12 deletions packages/vscode/themes/aura-soft-dark-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"foreground": "#edecee",
"errorForeground": "#ff6767",
"widget.shadow": "#0f0f0f",
"selection.background": "#a277ff",
"selection.background": "#3d375e7f",

"titleBar.activeBackground": "#121016",
"titleBar.border": "#000000",
Expand Down Expand Up @@ -46,16 +46,18 @@
"editorLineNumber.foreground": "#a394f033",
"editorIndentGuide.activeBackground": "#6d6d6d",
"editorCursor.foreground": "#a277ff",
"editor.selectionBackground": "#a394f033",
"editor.selectionHighlightBackground": "#a394f033",
"editor.inactiveSelectionBackground": "#a394f033",
"editor.wordHighlightBackground": "#af8aff7f",
"editor.wordHighlightStrongBackground": "#3ea7847f",
"editor.findMatchBackground": "#3ea7847f",
"editor.findMatchHighlightBackground": "#3ea7847f",
"editor.findRangeHighlightBackground": "#3ea7847f",
"editor.selectionBackground": "#3d375e7f",
"editor.selectionHighlightBackground": "#3d375e7f",
"editor.inactiveSelectionBackground": "#3d375e7f",
"editor.wordHighlightBackground": "#3d375e7f",
"editor.wordHighlightStrongBackground": "#3d375e7f",
"editor.findMatchBackground": "#3d375e7f",
"editor.findMatchHighlightBackground": "#3d375e7f",
"editor.findRangeHighlightBackground": "#3d375e7f",
"editor.lineHighlightBackground": "#a394f033",
"editor.lineHighlightBorder": "#a394f000",
"editorInlayHint.background": "#2e2b38",
"editorInlayHint.foreground": "#cdccce",

"editorLink.activeForeground": "#a277ff",
"editorWhitespace.foreground": "#444444",
Expand Down Expand Up @@ -143,7 +145,7 @@
"terminal.ansiRed": "#ff6767",
"terminal.ansiWhite": "#cdccce",
"terminal.ansiYellow": "#ffca85",
"terminal.selectionBackground": "#a394f033",
"terminal.selectionBackground": "#3d375e7f",
"terminalCursor.background": "#444444",
"terminalCursor.foreground": "#adacae",

Expand Down Expand Up @@ -198,7 +200,9 @@
"support.type.builtin.graphql",
"variable.other.quoted.double",
"markup.inline.raw.string.markdown",
"entity.other.attribute-name.id.css"
"entity.other.attribute-name.id.css",
"meta.jsx.children",
"JSXNested"
],
"settings": {
"foreground": "#61ffca"
Expand Down Expand Up @@ -267,7 +271,10 @@
"variable.parameter",
"meta.class",
"meta.method.declaration",
"parameter.variable.function.elixir"
"parameter.variable.function.elixir",
"punctuation.definition.tag",
"punctuation.section.embedded",
"meta.embedded.expression"
],
"settings": {
"foreground": "#edecee"
Expand Down
31 changes: 19 additions & 12 deletions packages/vscode/themes/aura-soft-dark-soft-text-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"foreground": "#bdbdbd",
"errorForeground": "#c55858",
"widget.shadow": "#0f0f0f",
"selection.background": "#8464c6",
"selection.background": "#3d375e7f",

"titleBar.activeBackground": "#121016",
"titleBar.border": "#000000",
Expand Down Expand Up @@ -46,16 +46,18 @@
"editorLineNumber.foreground": "#a394f033",
"editorIndentGuide.activeBackground": "#6d6d6d",
"editorCursor.foreground": "#8464c6",
"editor.selectionBackground": "#a394f033",
"editor.selectionHighlightBackground": "#a394f033",
"editor.inactiveSelectionBackground": "#a394f033",
"editor.wordHighlightBackground": "#af8aff7f",
"editor.wordHighlightStrongBackground": "#3ea7847f",
"editor.findMatchBackground": "#3ea7847f",
"editor.findMatchHighlightBackground": "#3ea7847f",
"editor.findRangeHighlightBackground": "#3ea7847f",
"editor.selectionBackground": "#3d375e7f",
"editor.selectionHighlightBackground": "#3d375e7f",
"editor.inactiveSelectionBackground": "#3d375e7f",
"editor.wordHighlightBackground": "#3d375e7f",
"editor.wordHighlightStrongBackground": "#3d375e7f",
"editor.findMatchBackground": "#3d375e7f",
"editor.findMatchHighlightBackground": "#3d375e7f",
"editor.findRangeHighlightBackground": "#3d375e7f",
"editor.lineHighlightBackground": "#a394f033",
"editor.lineHighlightBorder": "#a394f000",
"editorInlayHint.background": "#2e2b38",
"editorInlayHint.foreground": "#b4b4b4",

"editorLink.activeForeground": "#8464c6",
"editorWhitespace.foreground": "#444444",
Expand Down Expand Up @@ -143,7 +145,7 @@
"terminal.ansiRed": "#c55858",
"terminal.ansiWhite": "#b4b4b4",
"terminal.ansiYellow": "#c7a06f",
"terminal.selectionBackground": "#a394f033",
"terminal.selectionBackground": "#3d375e7f",
"terminalCursor.background": "#444444",
"terminalCursor.foreground": "#adacae",

Expand Down Expand Up @@ -198,7 +200,9 @@
"support.type.builtin.graphql",
"variable.other.quoted.double",
"markup.inline.raw.string.markdown",
"entity.other.attribute-name.id.css"
"entity.other.attribute-name.id.css",
"meta.jsx.children",
"JSXNested"
],
"settings": {
"foreground": "#54c59f"
Expand Down Expand Up @@ -267,7 +271,10 @@
"variable.parameter",
"meta.class",
"meta.method.declaration",
"parameter.variable.function.elixir"
"parameter.variable.function.elixir",
"punctuation.definition.tag",
"punctuation.section.embedded",
"meta.embedded.expression"
],
"settings": {
"foreground": "#bdbdbd"
Expand Down
4 changes: 2 additions & 2 deletions src/core/colors/schemes/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export const commonUI = {
accent14: '#af8aff7f',
accent15: '#4d4d4d',
accent16: '#ffffff00',
accent17: '#a394f033', // selection
accent17: '#a394f033', // secondary-selection
accent18: '#a394f000',
accent19: '#3ea7847f',
accent20: '#3d375e7f',
accent20: '#3d375e7f', // primary-selection
accent22: '#4d466e',
accent23: '#3b334b',
accent25: '#49c29a',
Expand Down
5 changes: 5 additions & 0 deletions src/ports/vscode/extra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Aura Theme Changelog

## 2.1.0 (October 14, 2021)
- Add colors to editor inlay hint
- Update selection color to accent20
- Update JSX children texts to be green

## 2.0.1 (October 3, 2021)
- Replace Aura Dark to Aura Dark Plus but keeping the name
- Update yellow accents, like in functions, for an orange tone
Expand Down
7 changes: 2 additions & 5 deletions src/ports/vscode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function VscodePort(Aura: AuraAPI) {
const { info, folders } = constants

const portName = 'Visual Studio Code'
const version = '2.0.1'
const version = '2.1.0'
const type = 'dark'
const templateFolder = resolve(__dirname, 'templates')
const template = resolve(templateFolder, 'theme.json')
Expand All @@ -34,13 +34,10 @@ export async function VscodePort(Aura: AuraAPI) {
outputFileName: `package`,
replacements: {
...info,
...names,
type,
portName,
version,
auraDark: names.auraDark,
auraDarkSoftText: names.auraDarkSoftText,
auraSoftDark: names.auraSoftDark,
auraSoftDarkSoftText: names.auraSoftDarkSoftText,
accent12: colorSchemes.dark.accent12,
},
})
Expand Down
4 changes: 4 additions & 0 deletions src/ports/vscode/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
2. Install [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)

# Changelog
## 2.1.0 (October 14, 2021)
- Add colors to editor inlay hint
- Update selection color to accent20
- Update JSX children texts to be green
## 2.0.1 (October 3, 2021)
- Replace Aura Dark to Aura Dark Plus but keeping the name
- Update yellow accents, like in functions, for an orange tone
Expand Down
Loading