Commit Graph

226 Commits

Author SHA1 Message Date
Kevin Sawicki
34e5594a2d Nest all rules under a root .is-blurred class 2013-06-24 15:01:05 -07:00
Kevin Sawicki
dae28d2222 Add light syntax colors for embedded strings
Closes #598
2013-06-24 08:33:18 -07:00
Kevin Sawicki
f81f95e830 💄 2013-06-24 08:32:33 -07:00
Kevin Sawicki
ff7c639b64 Don't use error class in select list
Use a subtler error message that displays in the same place as the
loading message but does not change the entire background of the
view.

Also, extending classes can now customize the message displayed
when there are no items and also no filtered items to allow for
different messages for these two cases.
2013-06-13 11:31:09 -07:00
Kevin Sawicki
0723514fea Combine colors into single rule 2013-06-12 13:10:23 -07:00
Kevin Sawicki
c298e1b3ee Remove background-color on .text .source
This was causing a different background in script tags
in HTML that looked strange.
2013-06-12 13:07:32 -07:00
Kevin Sawicki
775f29564a Use LESS style comments 2013-06-12 10:18:23 -07:00
Kevin Sawicki
7e33a3e12f Remove duplicate properties 2013-06-12 10:18:23 -07:00
Kevin Sawicki
c7c7988ae6 Drop units when using zero 2013-06-12 10:18:23 -07:00
Kevin Sawicki
8dbac6a34f Add light theme support for archive viewer 2013-06-10 14:11:18 -07:00
Kevin Sawicki
6bd8213093 Remove duplicate property 2013-06-10 14:11:18 -07:00
Kevin Sawicki
0b0af2296f Add summary header with size and file/folder counts 2013-06-10 14:11:18 -07:00
Kevin Sawicki
e9bf2fe161 Add initial archive viewer 2013-06-10 14:11:17 -07:00
Kevin Sawicki
0d6028976b Convert light and dark syntaxes to less
Closes #533
2013-06-05 16:25:12 -07:00
Kevin Sawicki
36e41ecae6 Remove invalid class name 2013-05-29 12:10:56 -07:00
Kevin Sawicki
367e532578 Remove empty rule 2013-05-29 12:04:16 -07:00
Kevin Sawicki
c4cfc0cff6 Move btn override to command panel stylesheet 2013-05-22 15:29:34 -07:00
Kevin Sawicki
c3759feaa0 Show number of paths loaded after indexing message 2013-05-07 08:56:06 -07:00
Kevin Sawicki
919bdca8f4 Style select list loading area similar to command panel 2013-05-06 16:34:39 -07:00
Garen Torikian & Nathan Sobo
ab23f624af Add pairs file for gjt 2013-05-03 16:57:42 -07:00
Kevin Sawicki
55f185f980 Tweak select list colors 2013-05-02 14:08:51 -07:00
Kevin Sawicki
35cf96e15f Render empty line invisibles at correct position
End of line invisibles are not rendered at the correct
position for empty lines instead of always after the
last indent guide span.

Closes #456
2013-05-01 20:54:09 -07:00
Kevin Sawicki
aebaf688a9 Add secondar-line class to light theme 2013-05-01 17:13:17 -07:00
Kevin Sawicki
7e15a343f3 Add primary/secondary line classes to select list
This will be a style that can be used by extending
classes to provide two lines that don't wrap with
color and padding.

This is initially used by symbols view and fuzzy finder.
2013-05-01 17:09:37 -07:00
Kevin Sawicki
01ad97e7b0 Show ellipsis for long paths in fuzzy finder
Previously the directory was shown after the file name
and it would wrap if too long causing inconsistent row
heights.

Now the full path is shown below the name in a smaller font
and both the path and file are set to overflow with an ellipsis.
2013-05-01 16:46:22 -07:00
Kevin Sawicki
0ca1204b89 Use standard headings in command logger
Now that we have bootstrap we no longer need these
tweaks to headings.
2013-04-25 18:44:25 -07:00
Nathan Sobo
bbbdacab74 Avoid the .label class because it conflicts with bootstrap 2013-04-16 17:24:21 -06:00
Kevin Sawicki & Nathan Sobo
fe5d73c02a Use bootstrap buttons in command panel
Thanks @mdo!
2013-04-16 12:28:35 -07:00
Nathan Sobo
84bc5d1e56 Fix syntax error in select-list.less of atom-dark-ui theme 2013-04-16 11:53:48 -06:00
probablycorey
a8f27a7848 Convert select list to Less style markup 2013-04-16 10:20:00 -07:00
Kevin Sawicki
6ce3f87448 Add initial image viewer
An image session will be opened by project.buildEditSession()
for known image extensions.

Closes #203
2013-04-08 15:36:35 -07:00
Kevin Sawicki
fcb90abfda Don't show status colors on selected arrow 2013-04-05 15:05:43 -07:00
Kevin Sawicki
f8fbfc8624 Don't show status color on arrow when selected 2013-04-05 09:34:25 -07:00
probablycorey
cf07eef3ae Only change text color when select list item matches :hover
Closes #303
2013-03-29 15:09:53 -07:00
probablycorey
00c1fdce38 Change theme extension to .less 2013-03-29 15:02:45 -07:00
probablycorey
4b146f3459 Remove css extensions from themes package.cson stylesheet list 2013-03-29 15:02:44 -07:00
Kevin Sawicki
7756f8e86d Show ignored icon in status bar 2013-03-25 12:00:11 -04:00
Kevin Sawicki
77bc42bd45 Put status indicator on right side of fuzzy finder
Closes #313
2013-03-04 21:43:33 -08:00
Kevin Sawicki
77a5f4775a Show Git status indicators on directories
Closes #301
2013-03-04 21:43:33 -08:00
Kevin Sawicki
c64241d036 Add right and directory colors to light theme 2013-02-25 15:31:04 -08:00
Kevin Sawicki
f89db4d8a2 Make right and directory class the same color 2013-02-25 15:30:41 -08:00
Kevin Sawicki
011919b8cc Add more subtle hover background color 2013-02-25 15:16:51 -08:00
Kevin Sawicki
ba5a56088f Add grammar name hover style to light theme 2013-02-25 14:09:25 -08:00
Kevin Sawicki
71f8fd21b2 Use darker text color for error message
The message will still show in white when flashed
with a red background but the text will return to
a darker color once the error class is gone.
2013-02-25 10:07:09 -08:00
Kevin Sawicki
bfaf5b4952 Move folding colors to syntax stylesheets
Switch the light syntax folding color to an orange
instead of the pink which look washed out on a light
background.
2013-02-22 09:10:18 -08:00
Justin Palmer
eefd99af5f Add overlay styles to atom-light-ui
Fixes #295
2013-02-21 21:07:23 -08:00
Kevin Sawicki
25e3d690df Remove dark cursor style from light-ui
This caused the cursor to be black and white
when dark-syntax is used with light-ui
2013-02-20 17:10:37 -08:00
Kevin Sawicki
334a33cd74 Add selection color for mini editor
Without this the atom-light-ui theme used with the atom-dark-syntax
theme causes the selection in the mini editor to unreadable because
it is too dark.
2013-02-19 17:06:59 -08:00
Kevin Sawicki
c2a362e550 Add selection color for when editor isn'tfocused
Closes #286
2013-02-19 16:57:56 -08:00
Kevin Sawicki
c0c654ebb3 Allow invisible color to be overriden
Marking it as !important prevented user stylesheets
from changing the color.
2013-02-19 15:22:22 -08:00