diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7586d..f23c02f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,3 +27,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how [0.2.1]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.2.0..v0.2.1 [0.2.0]: https://github.com/laggardkernel/vscode-theme-onelight/compare/v0.1.0..v0.2.0 [0.1.0]: https://github.com/laggardkernel/vscode-theme-onelight/releases/tag/v0.1.0 + +### [1.0.0] +- Re-publish from original archived repo diff --git a/LICENSE b/LICENSE index 608db12..4a7048d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2021 laggardkernel +Copyright 2021 AbbyCin 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 fb5201b..597ed79 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# One Light Italic +# One Light Italic2 + +slightly modifed of the following theme + +# [One Light Italic](https://github.com/laggardkernel/vscode-theme-onelight) **Project unmaintained**. diff --git a/package.json b/package.json index 64608d1..569a12a 100755 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "vscode-theme-onelight", - "displayName": "One Light Italic", + "name": "vscode-onelight2", + "displayName": "One Light Italic2", "description": "One light theme with italic support for VSCode", - "version": "0.2.1", - "publisher": "laggardkernel", + "version": "1.0.0", + "publisher": "AbbyCin", "engines": { "vscode": "^1.12.0" }, @@ -24,26 +24,16 @@ "contributes": { "themes": [ { - "label": "Atom One Light", + "label": "Atom One Light2", "uiTheme": "vs", - "path": "./themes/one-light.json" - }, - { - "label": "Atom One Half Light", - "uiTheme": "vs", - "path": "./themes/one-half-light.json" + "path": "./themes/one-light-italic.json" } ] }, - "homepage": "https://github.com/laggardkernel/vscode-theme-onelight", + "homepage": "https://git.isliberty.me/abby/vscode-theme-onelight", "repository": { "type": "git", - "url": "https://github.com/laggardkernel/vscode-theme-onelight" - }, - "__metadata": { - "id": "0c29914e-b847-45ea-a032-6ce3ae71e4a9", - "publisherDisplayName": "laggardkernel", - "publisherId": "df70ce67-198f-4322-843a-96da0feb9b55" + "url": "https://git.isliberty.me/abby/vscode-theme-onelight" }, "license": "MIT" } diff --git a/themes/one-half-light-italic.tmTheme b/themes/one-half-light-italic.tmTheme deleted file mode 100644 index 962e06d..0000000 --- a/themes/one-half-light-italic.tmTheme +++ /dev/null @@ -1,697 +0,0 @@ - - - - - - - - - name - OneHalfLight - semanticClass - theme.light.one_half_light - uuid - - colorSpaceName - sRGB - author - Son A. Pham <sp@sonpham.me> - comment - A light iTerm color scheme based on Atom's One. See github.com/sonph/onehalf for installation instructions, a dark color scheme, and versions for other editors/terminals such as (Neo)Vim and Sublime Text. - settings - - - settings - - fontStyle - - foreground - #383a42 - background - #fafafa - bracketsOptions - underline - caret - #383a42 - gutter - #fafafa - gutterForeground - #d4d4d4 - invisibles - #a0a1a7 - lineHighlight - #f0f0f0 - selection - #bfceff - selectionBorder - #bfceff - tagsForeground - - tagsOptions - stippled_underline - bracketContentsOptions - underline - - - - name - Comments - scope - comment - settings - - foreground - #a0a1a7 - - - - name - Text - scope - variable.parameter.function - settings - - foreground - #383a42 - - - - name - Delimiters - scope - none - settings - - foreground - - - - - name - Operators - scope - keyword.operator - settings - - foreground - - - - - name - Keywords - scope - keyword - settings - - foreground - #a626a4 - - - - name - Variables - scope - variable - settings - - foreground - #e45649 - - - - name - Functions - scope - entity.name.function, meta.require, support.function.any-method - settings - - foreground - #0184bc - - - - name - Classes - scope - support.class, entity.name.class, entity.name.type.class - settings - - foreground - #c18401 - - - - name - Classes - scope - meta.class - settings - - foreground - #c18401 - - - - name - Methods - scope - keyword.other.special-method - settings - - foreground - #0184bc - - - - name - Storage - scope - storage - settings - - foreground - #a626a4 - - - - name - Support - scope - support.function - settings - - foreground - #0184bc - - - - name - Strings, Inherited Class - scope - string - settings - - foreground - #50a14f - - - - name - Integers - scope - constant.numeric - settings - - foreground - #c18401 - - - - name - Floats - scope - none - settings - - foreground - #c18401 - - - - name - Boolean - scope - none - settings - - foreground - #c18401 - - - - name - Constants - scope - constant - settings - - foreground - #c18401 - - - - name - HTML: Tags - scope - entity.name.tag - settings - - foreground - #e45649 - - - - name - HTML: Tag attributes - scope - entity.other.attribute-name - settings - - foreground - #c18401 - - - - name - Attribute IDs - scope - entity.other.attribute-name.id, punctuation.definition.entity - settings - - foreground - #c18401 - - - - name - Selector - scope - meta.selector - settings - - foreground - #a626a4 - - - - name - Markdown: Headings - scope - markup.heading punctuation.definition.heading, entity.name.section - settings - - fontStyle - - foreground - #0184bc - - - - name - Markdown: Bold - scope - markup.bold, punctuation.definition.bold - settings - - foreground - #a626a4 - - - - name - Markdown: Italic - scope - markup.italic, punctuation.definition.italic - settings - - foreground - #a626a4 - - - - name - Markdown: Code - scope - markup.raw.inline - settings - - foreground - #50a14f - - - - name - Markdown: Link Text - scope - string.other.link, punctuation.definition.string.end.markdown - settings - - foreground - - - - - name - Markdown: Link Url - scope - meta.link - settings - - foreground - #50a14f - - - - name - Markdown: Lists - scope - markup.list - settings - - foreground - - - - - name - Markdown: Quotes - scope - markup.quote - settings - - foreground - #50a14f - - - - name - Java Source - scope - source.java meta.class.java meta.method.java - settings - - foreground - #383a42 - - - - name - Java Class Body - scope - source.java meta.class.java meta.class.body.java - settings - - foreground - #383a42 - - - - name - Javascript: Function Arguments - scope - source.js meta.function.js variable.parameter.function.js - settings - - foreground - #e45649 - - - - name - Javascript: New Variables - scope - source.js variable.other.readwrite.js - settings - - foreground - #e45649 - - - - name - Javascript: Variables - scope - source.js variable.other.object.js - settings - - foreground - #383a42 - - - - name - Javascript: Variables in Function Calls - scope - source.js meta.function-call.method.js variable.other.readwrite.js - settings - - foreground - #e45649 - - - - name - Javascript: New Block Variables - scope - source.js meta.block.js variable.other.readwrite.js - settings - - foreground - #e45649 - - - - name - Javascript: Block Variables - scope - source.js meta.block.js variable.other.object.js - settings - - foreground - #383a42 - - - - name - Javascript: Block Variables in Function Calls - scope - source.js meta.block.js meta.function-call.method.js variable.other.readwrite.js - settings - - foreground - #383a42 - - - - name - Javascript: Function Calls - scope - source.js meta.function-call.method.js variable.function.js - settings - - foreground - #383a42 - - - - name - Javascript: Properties - scope - source.js meta.property.object.js entity.name.function.js - settings - - foreground - #0184bc - - - - name - Javascript: Prototypes - scope - source.js support.constant.prototype.js - settings - - foreground - #383a42 - - - - name - Separator - scope - meta.separator - settings - - background - - foreground - - - - - name - Inserted - scope - markup.inserted - settings - - foreground - #98c379 - - - - name - Deleted - scope - markup.deleted - settings - - foreground - #e06c75 - - - - name - Changed - scope - markup.changed - settings - - foreground - #e5c07b - - - - name - Regular Expressions - scope - string.regexp - settings - - foreground - #50a14f - - - - name - Escape Characters - scope - constant.character.escape - settings - - foreground - #0997b3 - - - - name - Embedded - scope - punctuation.section.embedded, variable.interpolation - settings - - foreground - - - - - name - Illegal - scope - invalid.illegal - settings - - background - #e06c75 - foreground - #fafafa - - - - name - Broken - scope - invalid.broken - settings - - background - #e5c07b - foreground - #fafafa - - - - name - Deprecated - scope - invalid.deprecated - settings - - background - #e5c07b - foreground - #fafafa - - - - name - Unimplemented - scope - invalid.unimplemented - settings - - background - #c678dd - foreground - #fafafa - - - - name - Italic - scope - - markup.italic, - punctuation.definition.italic, - comment, - punctuation.definition.comment, - string.comment, - comment.block.documentation, - comment.block.documentation variable, - comment.block.documentation punctuation.definition, - keyword.other.documentation, - storage.type.class.jsdoc, - comment.block, - comment.block variable.parameter, - keyword.other.phpdoc, - comment.block.documentation entity.name.type, - keyword, - keyword.operator.expression, - keyword.operator.new, - variable.language, - markup.quote, - markup.inserted, - markup.deleted, - markup.changed, - storage, - constant.language, - entity.name.class, - entity.other.attribute-name - - settings - - fontStyle - italic - - - - name - No Italic - scope - - keyword.operator, - keyword.other.unit, - support.type.property-name, - keyword.other.special-method, - entity.name.tag - - settings - - fontStyle - normal - - - - - diff --git a/themes/one-half-light.json b/themes/one-half-light.json deleted file mode 100644 index f696f32..0000000 --- a/themes/one-half-light.json +++ /dev/null @@ -1,181 +0,0 @@ -{ - "name": "One Half Light Italic", - "type": "light", - "colors": { - "focusBorder": "#0366d6", - "foreground": "#24292e", - "descriptionForeground": "#6a737d", - "errorForeground": "#cb2431", - "textLink.foreground": "#0366d6", - "textLink.activeForeground": "#0366d6", - "textBlockQuote.background": "#f6f8fa", - "textBlockQuote.border": "#dfe2e5", - "textCodeBlock.background": "#1b1f230d", - "textPreformat.foreground": "#586069", - "textSeparator.foreground": "#eaecef", - "button.background": "#2ea44f", - "button.foreground": "#fafafa", - "button.hoverBackground": "#2c974b", - "button.secondaryBackground": "#eaecef", - "button.secondaryForeground": "#24292e", - "button.secondaryHoverBackground": "#f3f4f6", - "checkbox.background": "#f6f8fa", - "checkbox.border": "#e1e4e8", - "dropdown.background": "#fafafa", - "dropdown.border": "#e1e4e8", - "dropdown.foreground": "#24292e", - "dropdown.listBackground": "#fafafa", - "input.background": "#fafafa", - "input.border": "#e1e4e8", - "input.foreground": "#24292e", - "input.placeholderForeground": "#6a737d", - "badge.foreground": "#005cc5", - "badge.background": "#dbedff", - "progressBar.background": "#2188ff", - "titleBar.activeForeground": "#586069", - "titleBar.activeBackground": "#fafafa", - "titleBar.inactiveForeground": "#6a737d", - "titleBar.inactiveBackground": "#f6f8fa", - "titleBar.border": "#e1e4e8", - "activityBar.foreground": "#24292e", - "activityBar.inactiveForeground": "#6a737d", - "activityBar.background": "#fafafa", - "activityBarBadge.foreground": "#fafafa", - "activityBarBadge.background": "#2188ff", - "activityBar.activeBorder": "#f9826c", - "activityBar.border": "#e1e4e8", - "sideBar.foreground": "#24292e", - "sideBar.background": "#f6f8fa", - "sideBar.border": "#e1e4e8", - "sideBarTitle.foreground": "#24292e", - "sideBarSectionHeader.foreground": "#24292e", - "sideBarSectionHeader.background": "#f6f8fa", - "sideBarSectionHeader.border": "#e1e4e8", - "list.hoverForeground": "#24292e", - "list.inactiveSelectionForeground": "#24292e", - "list.activeSelectionForeground": "#24292e", - "list.hoverBackground": "#ebf0f4", - "list.inactiveSelectionBackground": "#e8eaed", - "list.activeSelectionBackground": "#e2e5e9", - "list.focusForeground": "#05264c", - "list.focusBackground": "#cce5ff", - "list.inactiveFocusBackground": "#dbedff", - "list.highlightForeground": "#0366d6", - "tree.indentGuidesStroke": "#eaecef", - "notificationCenterHeader.foreground": "#6a737d", - "notificationCenterHeader.background": "#e1e4e8", - "notifications.foreground": "#586069", - "notifications.background": "#fafbfc", - "notifications.border": "#e1e4e8", - "notificationsErrorIcon.foreground": "#d73a49", - "notificationsWarningIcon.foreground": "#e36209", - "notificationsInfoIcon.foreground": "#005cc5", - "pickerGroup.border": "#e1e4e8", - "pickerGroup.foreground": "#586069", - "quickInput.background": "#fafbfc", - "quickInput.foreground": "#24292e", - "statusBar.foreground": "#586069", - "statusBar.background": "#fafafa", - "statusBar.border": "#e1e4e8", - "statusBar.noFolderBackground": "#fafafa", - "statusBar.debuggingBackground": "#d73a49", - "statusBar.debuggingForeground": "#fafafa", - "statusBarItem.prominentBackground": "#f6f8fa", - "editorGroupHeader.tabsBackground": "#f6f8fa", - "editorGroupHeader.tabsBorder": "#e1e4e8", - "editorGroup.border": "#e1e4e8", - "tab.activeForeground": "#24292e", - "tab.inactiveForeground": "#6a737d", - "tab.inactiveBackground": "#f6f8fa", - "tab.activeBackground": "#fafafa", - "tab.hoverBackground": "#fafafa", - "tab.unfocusedHoverBackground": "#f6f8fa", - "tab.border": "#e1e4e8", - "tab.unfocusedActiveBorderTop": "#e1e4e8", - "tab.activeBorder": "#fafafa", - "tab.unfocusedActiveBorder": "#fafafa", - "tab.activeBorderTop": "#f9826c", - "breadcrumb.foreground": "#6a737d", - "breadcrumb.focusForeground": "#24292e", - "breadcrumb.activeSelectionForeground": "#586069", - "breadcrumbPicker.background": "#fafafa", - "editor.foreground": "#24292e", - "editor.background": "#fafafa", - "editorWidget.background": "#fafafa", - "editor.foldBackground": "#959da51a", - "editor.lineHighlightBackground": "#fafbfc", - "editorLineNumber.foreground": "#959da5", - "editorLineNumber.activeForeground": "#24292e", - "editorIndentGuide.background": "#eaecef", - "editorIndentGuide.activeBackground": "#e1e4e8", - "editorWhitespace.foreground": "#d1d5da", - "editorCursor.foreground": "#044289", - "editor.findMatchBackground": "#ffdf5d", - "editor.findMatchHighlightBackground": "#ffdf5d66", - "editor.linkedEditingBackground": "#0366d611", - "editor.inactiveSelectionBackground": "#0366d611", - "editor.selectionBackground": "#0366d625", - "editor.selectionHighlightBackground": "#34d05840", - "editor.selectionHighlightBorder": "#34d05800", - "editor.wordHighlightBackground": "#34d05800", - "editor.wordHighlightStrongBackground": "#34d05800", - "editor.wordHighlightBorder": "#24943e99", - "editor.wordHighlightStrongBorder": "#24943e50", - "editorBracketMatch.background": "#34d05840", - "editorBracketMatch.border": "#34d05800", - "editorGutter.modifiedBackground": "#f9c513", - "editorGutter.addedBackground": "#34d058", - "editorGutter.deletedBackground": "#d73a49", - "diffEditor.insertedTextBackground": "#85e89d33", - "diffEditor.removedTextBackground": "#f9758326", - "scrollbar.shadow": "#6a737d33", - "scrollbarSlider.background": "#959da533", - "scrollbarSlider.hoverBackground": "#959da544", - "scrollbarSlider.activeBackground": "#959da588", - "editorOverviewRuler.border": "#fafafa", - "panel.background": "#f6f8fa", - "panel.border": "#e1e4e8", - "panelTitle.activeBorder": "#f9826c", - "panelTitle.activeForeground": "#24292e", - "panelTitle.inactiveForeground": "#6a737d", - "panelInput.border": "#e1e4e8", - "terminal.foreground": "#383a42", - "terminal.background": "#fafafa", - "terminal.selectionForeground": "#383a42", - "terminal.selectionBackground": "#bfceff", - "terminalCursor.foreground": "#cc00be", - "terminal.border": "#657b83", - "terminal.ansiBlack": "#383a42", - "terminal.ansiRed": "#e45649", - "terminal.ansiGreen": "#50a14f", - "terminal.ansiYellow": "#c18401", - "terminal.ansiBlue": "#2f5af3", - "terminal.ansiMagenta": "#a626a4", - "terminal.ansiCyan": "#00b7eb", - "terminal.ansiWhite": "#fafafa", - "terminal.ansiBrightBlack": "#797979", - "terminal.ansiBrightRed": "#e06c75", - "terminal.ansiBrightGreen": "#98c379", - "terminal.ansiBrightYellow": "#e5c07b", - "terminal.ansiBrightBlue": "#4b72ff", - "terminal.ansiBrightMagenta": "#c678dd", - "terminal.ansiBrightCyan": "#00b7eb", - "terminal.ansiBrightWhite": "#fafafa", - "gitDecoration.addedResourceForeground": "#22863a", - "gitDecoration.modifiedResourceForeground": "#b08800", - "gitDecoration.deletedResourceForeground": "#cb2431", - "gitDecoration.untrackedResourceForeground": "#22863a", - "gitDecoration.ignoredResourceForeground": "#959da5", - "gitDecoration.conflictingResourceForeground": "#b08800", - "gitDecoration.submoduleResourceForeground": "#586069", - "debugToolBar.background": "#fafafa", - "editor.stackFrameHighlightBackground": "#ffd33d33", - "editor.focusedStackFrameHighlightBackground": "#28a74525", - "settings.headerForeground": "#586069", - "settings.modifiedItemIndicator": "#f9c513", - "welcomePage.buttonBackground": "#fafbfc", - "welcomePage.buttonHoverBackground": "#f3f4f6" - }, - "semanticHighlighting": true, - "tokenColors": "./one-half-light-italic.tmTheme" -} diff --git a/themes/one-light.json b/themes/one-light-italic.json similarity index 99% rename from themes/one-light.json rename to themes/one-light-italic.json index 04f1c76..99caa4a 100644 --- a/themes/one-light.json +++ b/themes/one-light-italic.json @@ -1,5 +1,5 @@ { - "name": "One Light Italic", + "name": "One Half Light Italic", "type": "light", "colors": { "focusBorder": "#0366d6", diff --git a/themes/one-light-italic.tmTheme b/themes/one-light-italic.tmTheme index 4739f5e..d039e97 100644 --- a/themes/one-light-italic.tmTheme +++ b/themes/one-light-italic.tmTheme @@ -338,7 +338,7 @@ settings foreground - #4078F2 + #0184bc @@ -430,7 +430,7 @@ settings foreground - #4078F2 + #0184bc @@ -441,7 +441,7 @@ settings foreground - #4078F2 + #0184bc