This website requires JavaScript.
Explore
Help
Sign in
forks
/
vsc-material-theme
Watch
1
Star
0
Fork
You've already forked vsc-material-theme
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0f9d586640
vsc-material-theme
/
extensions
/
interfaces
/
itheme-custom-properties.ts
5 lines
89 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Feat/release note webview (#248) * chore(deps): update dependencies * chore: renamed custom-settings interface * WIP: added new Webview handler main class * WIP: added support for Settings webview * WIP (webview): added gulp command for copying ui files * WIP (preview): scripts for building updated * chore: gitignore * chore: switched to babel-preset-env and added browserify for bundling * chore: small changes to webviews (added external interfaces file) * chore: added new task on task explorer and small fix copy ui task * WIP: webview HTML, JS and CSS added and ready to be developed * chore: Test native elements * chore(release): 2.3.0 * chore: init added release notes webview * chore: Removed unused import * chore: fixed build release-notes * chore: Add release notes template * chore: Update release notes * chore: Update release notes template * chore: Update release notes style * Create stale.yml * chore: Update release notes * chore: Removed show-changelog command
2018-08-29 21:30:40 +02:00
export
interface
IThemeCustomSettings
{
unlock files
2018-04-20 20:07:36 +02:00
accent?
:
string
;
Small refactor + UX improvements [WIP] (#190) * chore: small cleanup helper * chore: adding interfaces for icon variants * feat: You can now switch between Material Theme icons * chore: helpers small fix * chore(helpers): small fix helpers * refactor: refactoring fixIcons command, ready for new prop autoFix * refactor: accentsSetter command, ready for autoFix prop * chore: added new exports file for all commands * refactor: main theme file, ready for autoFix prop * chore: added listener also when changing iconTheme * feat: autoApplyIcons added as option and toggleApplyIcons as command * chore: added check for autoApplyIcons flag. Removed listen icon change * feat: Notification shows up when the window needs reload * chore: Update CTA's * chore: Make consistent indent guides and add support to editorIndentGuide.activeBackground Close #188 * chore: fix check on CTA ok * chore: split up configurationChange and changelog (added to commands) * chore: small change settings method * feat: Now the theme will auto fix if needed on change icons theme
2018-05-18 13:47:22 +02:00
autoApplyIcons?
:
boolean
;
Refactor/linting - tslint-xo (#178) * refactor(deps): added tslint, cleanup, and activationEvents modified * refactor(lint): linting... * refactor(changelog): changelo method refactor (should be tested) * refactor(theme-icons): linting and small refactor * refactor(accents-setter): linting and small refactor * chore(travis): added travis file
2018-05-03 11:39:51 +02:00
}
Reference in a new issue
Copy permalink