This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Dark Core UI #8731
Merged
Merged
Dark Core UI #8731
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
c29cb04
Merge branch 'release' of https://github.com/adobe/brackets
larz0 ce5e7ac
Merge branch 'release' of https://github.com/adobe/brackets
a92fdb1
Merge branch 'master' of https://github.com/adobe/brackets
larz0 53b332b
Merge branch 'master' of https://github.com/adobe/brackets
larz0 167c7c6
Merge branch 'master' of https://github.com/adobe/brackets
4172d1b
Merge branch 'master' of https://github.com/adobe/brackets
99c8e9f
Merge branch 'master' of https://github.com/adobe/brackets
larz0 a2e18a9
Updated variables in brackets.less.
larz0 ab59337
Updated variables in brackets_codemirror_override.less.
larz0 1261384
Added Core UI variables.
larz0 7f45d7a
brackets_patterns_override.less partially done.
larz0 9172cd3
Merge branch 'master' of https://github.com/adobe/brackets
f68b55c
Merge branch 'master' of https://github.com/adobe/brackets
larz0 52a5719
Corrected variable references in test files.
larz0 d04c93a
brackets_patterns_override.less WIP
larz0 452c2ef
Swapped out all the variables.
larz0 add4086
Merged with master.
larz0 a1a4db3
Image asset update.
larz0 c0b44b1
Merge branch 'master' into larz/clean-up-for-dark-ui
larz0 99fe5ea
Swapped more variables.
larz0 f802039
Completed swapping variables.
larz0 7771728
Merge branch 'master' of https://github.com/adobe/brackets
a07d152
More clean up.
6656401
Added variables to the rest of the core extensions.
f3f3d22
Missed a spot.
ce3d2e5
Made strings, numbers and other values a tad darker to be more like o…
larz0 0663642
Merge branch 'master' of https://github.com/adobe/brackets
4c868f3
Merge branch 'master' of https://github.com/adobe/brackets into larz/…
larz0 877c0af
Applied dark variables to brackets.less
larz0 4aaad92
Merge branch 'larz/dark-ui' of https://github.com/adobe/brackets into…
73158ef
Add dark variables to brackets.less and brackets_patterns_override.less.
1a5ee90
Missed a few spots.
aa6dec5
Applied dark variables to quick docs.
b3ee843
Spacing fix.
d465c33
Removed unnecessary dark style.
1fcc4f5
Applied dark style to Recent Projects.
1e258cc
Typo.
46fc63c
Applied dark style to Quick View.
cec4b66
Tweaks.
8e8d1b7
image used for arrow affected width of popover
redmunds a64d4a3
Merge branch 'larz/dark-ui' of https://github.com/adobe/brackets into…
3f62d00
Moved dark scrollbars in brackets_theme_default.less to brackets_scro…
0c26073
Missed dark JS Code Hint colors.
ac2a433
Adding background color to contributor images because certain images …
90b15ae
Added dark grid background to dark quick view.
d69e6fd
Missed code-font() dark style.
7e14288
Tweaked dark status bar separators and highlight color.
db52a4e
Tweaks.
d77df94
Fixed indentation.
b257b75
Misc tweaks.
larz0 436edbd
Removed quotation marks.
larz0 ee29033
Possible fix for Windows quiet scrollbars.
b7403e5
Oops.
30d5e90
Partially styled <select> elements.
b458a5e
Color variable names were wrong.
c9781e9
Fixed input error border.
larz0 b881efe
Linux toolbar styling.
larz0 3a86cd7
Select element fully styled thanks to Randy!
e223a53
Fixed missed JS hint styling based on mackenza's feedback.
d2a7e2d
Styled extension warning based on Marcel's feedabck.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,139 @@ | ||
| @bc-highlight: rgba(255, 255, 255, 0.12); | ||
| @bc-panel-bg: #dfe2e2; | ||
| @bc-panel-bg-promoted: #d4d7d7; | ||
| @bc-shadow-large: rgba(0, 0, 0, 0.5); | ||
| @bc-shadow-small: rgba(0, 0, 0, 0.06); | ||
| @bc-text: #333; | ||
|
|
||
| @dark-bc-highlight: rgba(255, 255, 255, 0.06); | ||
| @dark-bc-panel-bg: #2c2c2c; | ||
| @dark-bc-panel-bg-promoted: #222; | ||
| @dark-bc-shadow-large: rgba(0, 0, 0, 0.5); | ||
| @dark-bc-shadow-small: rgba(0, 0, 0, 0.06); | ||
| @dark-bc-text: #ccc; | ||
|
|
||
| #quick-view-container { | ||
| display: none; | ||
|
|
||
| -webkit-transition: opacity 0.125s ease-in, -webkit-transform 0.125s; | ||
| transition: opacity 0.125s ease-in, transform 0.125s; | ||
|
|
||
| -webkit-transform: scale(0); | ||
| transform: scale(0); | ||
| opacity: 0; | ||
|
|
||
| background: @bc-panel-bg; | ||
| position: absolute; | ||
| z-index: 5000; | ||
| pointer-events: none; | ||
|
|
||
| padding: 8px; | ||
| text-align: center; | ||
|
|
||
| border-radius: 4px; | ||
| box-shadow: 0 4px 15px @bc-shadow-large; | ||
|
|
||
| .dark & { | ||
| background: @dark-bc-panel-bg; | ||
| box-shadow: 0 4px 15px @dark-bc-shadow-large; | ||
| } | ||
| } | ||
|
|
||
| #quick-view-container.active { | ||
| -webkit-transform: scale(1); | ||
| transform: scale(1); | ||
| opacity: 1; | ||
| } | ||
|
|
||
| #quick-view-container .preview-content { | ||
| background-image: url(preview_bg.png); | ||
| border-radius: 2px; | ||
| box-shadow: 0 -1px 2px @bc-shadow-small, 0 1px 0 @bc-highlight; | ||
|
|
||
| .dark & { | ||
| box-shadow: 0 -1px 2px @dark-bc-shadow-small, 0 1px 0 @dark-bc-highlight; | ||
| background-image: url(preview_bg_dark.png); | ||
| } | ||
| } | ||
|
|
||
|
|
||
| #quick-view-container .color-swatch { | ||
| width: 40px; | ||
| height: 40px; | ||
| background-size: 100%; | ||
| } | ||
|
|
||
| #quick-view-container .image-preview { | ||
| line-height: 0; | ||
| } | ||
|
|
||
| #quick-view-container .image-preview img { | ||
| min-width: 100px; | ||
| max-width: 200px; | ||
| max-height: 200px; | ||
| } | ||
|
|
||
| #quick-view-container .img-size { | ||
| background-color: @bc-panel-bg-promoted; | ||
| border-top: 1px solid @bc-highlight; | ||
| font-size: 0.9em; | ||
| color: @bc-text; | ||
| padding-left: 3px; | ||
| margin-top: 0; | ||
| text-align: left; | ||
| text-shadow: 0 1px 0px @bc-highlight; | ||
|
|
||
| .dark & { | ||
| background-color: @dark-bc-panel-bg-promoted; | ||
| border-top: 1px solid @dark-bc-highlight; | ||
| color: @dark-bc-text; | ||
| text-shadow: 0 1px 0px @dark-bc-highlight; | ||
| } | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-above { | ||
| -webkit-transform-origin: center bottom; | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-above:before { | ||
| display: none; | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-above:after, | ||
| #quick-view-container.preview-bubble-below:before { | ||
| width: 0; | ||
| height: 0; | ||
| content: ''; | ||
| position: absolute; | ||
| left: 50%; | ||
| bottom: -9px; | ||
| margin-left: -10px; | ||
| z-index: 999; | ||
| display: block; | ||
| border-top: 10px solid @bc-panel-bg; | ||
| border-left: 10px solid transparent; | ||
| border-right: 10px solid transparent; | ||
| -webkit-filter: drop-shadow(0px 1px 0 rgba(0, 0, 0, 0.18)); | ||
|
|
||
| .dark & { | ||
| border-top: 10px solid @dark-bc-panel-bg; | ||
| } | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-below { | ||
| -webkit-transform-origin: center top; | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-below:before { | ||
| -webkit-filter: drop-shadow(0px 1px 0 rgba(255, 255, 255, 0.18)); | ||
| -webkit-transform: rotate(180deg); | ||
| top: -9px; | ||
| } | ||
|
|
||
| #quick-view-container.preview-bubble-below:after { | ||
| display: none; | ||
| } | ||
|
|
||
| .quick-view-highlight { | ||
| background-color: rgba(200, 200, 150, 0.4); | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pure CSS Arrow - nice!