Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat committed Mar 4, 2024
1 parent 22be1d7 commit c3286d8
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 54 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
14 changes: 7 additions & 7 deletions themes/Kalmia-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions themes/kalmia-high-contrast-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
28 changes: 0 additions & 28 deletions vsc-extension-quickstart.md

This file was deleted.

0 comments on commit c3286d8

Please sign in to comment.