diff --git a/package.json b/package.json index 2db6bc1..e6f13fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "Material Theme [Brackets]", "description": "A dark material theme (editor & UI) for Brackets", "homepage": "https://github.com/adhirajsinghchauhan/Material-Theme-Brackets", - "version": "1.1.0", + "version": "1.2.0", "author": "Adhiraj Singh Chauhan (https://github.com/adhirajsinghchauhan)", "license": "MIT", "theme": { diff --git a/theme.less b/theme.less index 6825726..3d95caf 100644 --- a/theme.less +++ b/theme.less @@ -463,3 +463,24 @@ input[type="color"], .quick-search-container li:hover { background-color: rgba(255, 255, 255, 0.12) !important; } + +#mrof-container { + background-color: rgba(0, 0, 0, 0.7); + -webkit-animation: backdrop 200ms linear 0ms 1; + animation: backdrop 200ms linear 0ms 1; +} + +#mrof-list-wrapper { + -webkit-animation: modal 240ms cubic-bezier(0, 1.05, .35, 1) 0ms 1; + animation: modal 240ms cubic-bezier(0, 1.05, .35, 1) 0ms 1; +} + +#mrof-list-wrapper, +.header, +.footer { + background-color: #263238 !important; +} + +.highlight { + background-color: rgba(255, 255, 255, 0.12) !important; +}