diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 9aa0959..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - -All notable changes to the "kalmia" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] - -- Initial release diff --git a/LICENSE b/LICENSE index 68807a0..9ec1ac8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Qexat +Copyright (c) 2024 Qexat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7d3eec1..a4f7d1c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a theme bundle for Visual Studio Code. It contains: -- a dimmed dark theme (normal) -- a high contrast dark theme +- a dimmed dark theme (normal) +- a high contrast dark theme A CSS file is also provided, containing the colors of the normal version. Feel free to use it on your projects, don't forget to include the license! diff --git a/package.json b/package.json index 8bf15d7..1c3bb59 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kalmia", "displayName": "kalmia", "description": "Kalmia is a pastel pink theme.", - "version": "0.0.2", + "version": "0.1.0", "engines": { "vscode": "^1.75.0" }, diff --git a/themes/Kalmia-color-theme.json b/themes/Kalmia-color-theme.json index 2fb3c76..49d1b76 100644 --- a/themes/Kalmia-color-theme.json +++ b/themes/Kalmia-color-theme.json @@ -1923,7 +1923,7 @@ "editor.selectionBackground": "#45343f", "editor.inactiveSelectionBackground": "#7f7f7f2f", "editorWhitespace.foreground": "#e9afd229", - "editor.selectionHighlightBackground": "#2e3256", + "editor.selectionHighlightBackground": "#2e32567f", "editor.selectionHighlightBorder": "#737ed9", "editor.findMatchBackground": "#562e46", "editor.findMatchBorder": "#d973b0", @@ -1940,8 +1940,8 @@ "editor.lineHighlightBorder": "#45343f", "editorLineNumber.activeForeground": "#e9afd2", "editorLink.activeForeground": "#afb5e9", - "editorIndentGuide.background": "#45343f", - "editorIndentGuide.activeBackground": "#5d4654", + "editorIndentGuide.background1": "#45343f", + "editorIndentGuide.activeBackground1": "#5d4654", "editorRuler.foreground": "#5d4654", "editorBracketMatch.background": "#45343f", "editorBracketMatch.border": "#8b697e", @@ -1985,12 +1985,12 @@ "terminal.ansiBlue": "#3747c9", "terminal.ansiBrightBlack": "#171115", "terminal.ansiBrightBlue": "#737ed9", - "terminal.ansiBrightCyan": "#73b0d9", - "terminal.ansiBrightGreen": "#b0d973", + "terminal.ansiBrightCyan": "#AFD2E9", + "terminal.ansiBrightGreen": "#B5E9AF", "terminal.ansiBrightMagenta": "#cf73d9", "terminal.ansiBrightRed": "#d9737e", - "terminal.ansiBrightWhite": "#fcf7fa", - "terminal.ansiBrightYellow": "#d9ce73", + "terminal.ansiBrightWhite": "#F7E3EF", + "terminal.ansiBrightYellow": "#E9E3AF", "terminal.ansiCyan": "#378ec9", "terminal.ansiGreen": "#8ec937", "terminal.ansiMagenta": "#ba37c9", diff --git a/themes/kalmia-high-contrast-color-theme.json b/themes/kalmia-high-contrast-color-theme.json index 59db0f1..0b5c1a0 100644 --- a/themes/kalmia-high-contrast-color-theme.json +++ b/themes/kalmia-high-contrast-color-theme.json @@ -1853,7 +1853,7 @@ "activityBar.background": "#171115", "activityBar.inactiveForeground": "#8b697e", "activityBarBadge.foreground": "#000000", - "activityBarBadge.background": "#c7cbef", + "activityBarBadge.background": "#d2e9af", "activityBar.border": "#ff000000", "activityBar.activeBackground": "#ff000000", "sideBar.background": "#171115", @@ -1901,9 +1901,9 @@ "menu.selectionBorder": "#00000000", "menu.separatorBackground": "#5d4654", "menu.border": "#5d4654", - "button.background": "#abb1e8", + "button.background": "#b0d973", "button.foreground": "#17192b", - "button.hoverBackground": "#e3e5f7", + "button.hoverBackground": "#d2e9af", "button.secondaryForeground": "#edbfdb", "button.secondaryBackground": "#45343f", "button.secondaryHoverBackground": "#5d4654", @@ -1923,7 +1923,7 @@ "editor.selectionBackground": "#45343f", "editor.inactiveSelectionBackground": "#7f7f7f3f", "editorWhitespace.foreground": "#e9afd238", - "editor.selectionHighlightBackground": "#2e3256", + "editor.selectionHighlightBackground": "#2e32567f", "editor.selectionHighlightBorder": "#737ed9", "editor.findMatchBackground": "#562e46", "editor.findMatchBorder": "#d973b0", @@ -1940,8 +1940,8 @@ "editor.lineHighlightBorder": "#45343f", "editorLineNumber.activeForeground": "#f6dfed", "editorLink.activeForeground": "#8f97e0", - "editorIndentGuide.background": "#5d4654", - "editorIndentGuide.activeBackground": "#745769", + "editorIndentGuide.background1": "#5d4654", + "editorIndentGuide.activeBackground1": "#745769", "editorRuler.foreground": "#745769", "editorBracketMatch.background": "#2e232a", "editorBracketMatch.border": "#ba8ca8", diff --git a/vsc-extension-quickstart.md b/vsc-extension-quickstart.md deleted file mode 100644 index a7d92c5..0000000 --- a/vsc-extension-quickstart.md +++ /dev/null @@ -1,28 +0,0 @@ -# Welcome to your VS Code Extension - -## What's in the folder - -* This folder contains all of the files necessary for your color theme extension. -* `package.json` - this is the manifest file that defines the location of the theme file and specifies the base theme of the theme. -* `themes/Kalmia-color-theme.json` - the color theme definition file. - -## Get up and running straight away - -* Press `F5` to open a new window with your extension loaded. -* Open `File > Preferences > Color Themes` and pick your color theme. -* Open a file that has a language associated. The languages' configured grammar will tokenize the text and assign 'scopes' to the tokens. To examine these scopes, invoke the `Developer: Inspect Editor Tokens and Scopes` command from the Command Palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac). - -## Make changes - -* Changes to the theme file are automatically applied to the Extension Development Host window. - -## Adopt your theme to Visual Studio Code - -* The token colorization is done based on standard TextMate themes. Colors are matched against one or more scopes. - -To learn more about scopes and how they're used, check out the [color theme](https://code.visualstudio.com/api/extension-guides/color-theme) documentation. - -## Install your extension - -* To start using your extension with Visual Studio Code copy it into the `/.vscode/extensions` folder and restart Code. -* To share your extension with the world, read on https://code.visualstudio.com/docs about publishing an extension.