All Projects β†’ soft-aesthetic β†’ soft-era-atom-syntax

soft-aesthetic / soft-era-atom-syntax

Licence: MIT license
🌸 soft era for Atom ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱

Programming Languages

CSS
56736 projects

Projects that are alternatives of or similar to soft-era-atom-syntax

soft-era-vs-code
🌸 soft era for VS Code ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 91 (+279.17%)
Mutual labels:  light-theme, cozy, pastel, cute, soft, femme
calamity-atom
A purple dark theme with medium to high contrast for the Atom editor βš›οΈ
Stars: ✭ 12 (-50%)
Mutual labels:  syntax-theme, atom
OneDarkJekyll
Use Atom's One Dark syntax colors in your Jekyll powered blog! It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Stars: ✭ 26 (+8.33%)
Mutual labels:  syntax-theme, atom
pen-paper-coffee-syntax
Light Atom syntax theme designed for writing texts in markdown.
Stars: ✭ 55 (+129.17%)
Mutual labels:  syntax-theme, atom
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+200%)
Mutual labels:  syntax-theme, atom
sprinkles-syntax
A sprinkled dark syntax theme with vibrant pops of colors.
Stars: ✭ 20 (-16.67%)
Mutual labels:  atom, atom-syntax
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (+20.83%)
Mutual labels:  syntax-theme, light-theme
Fizzy
πŸ‡ πŸ“ 🍊 A lovely, bright and lively syntax theme for Atom.
Stars: ✭ 29 (+20.83%)
Mutual labels:  syntax-theme, atom
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (+100%)
Mutual labels:  syntax-theme, atom
yolo-theme
Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
Stars: ✭ 24 (+0%)
Mutual labels:  syntax-theme, atom
craft-twig
Craft CMS Package for Atom
Stars: ✭ 17 (-29.17%)
Mutual labels:  atom, atom-syntax
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (+658.33%)
Mutual labels:  syntax-theme, atom
electron-highlighter-syntax
Syntax theme for Atom editor
Stars: ✭ 16 (-33.33%)
Mutual labels:  syntax-theme, atom
Atom Panda Syntax
Panda syntax theme for Atom.
Stars: ✭ 122 (+408.33%)
Mutual labels:  syntax-theme, atom
Gruvbox
🎨 Sublime Text themes & color schemes with pastel 'retro groove' colors
Stars: ✭ 191 (+695.83%)
Mutual labels:  syntax-theme, light-theme
rubocop-auto-correct
Auto-correct ruby source code by using rubocop in Atom.
Stars: ✭ 29 (+20.83%)
Mutual labels:  atom
touchbar
Atom package to use MacBook Touchbar
Stars: ✭ 51 (+112.5%)
Mutual labels:  atom
autocomplete-haskell
Atom autocomplete-plus provider for haskell
Stars: ✭ 23 (-4.17%)
Mutual labels:  atom
bracket-padder
⌨️ Convenient padding and closing of brackets for Atom
Stars: ✭ 13 (-45.83%)
Mutual labels:  atom
file-type-icons
Atom package that changes the icon for files in the Tree View and Tabs to reflect the file's type
Stars: ✭ 28 (+16.67%)
Mutual labels:  atom

~ soft era ~

syntax theme for Atom

🌸 Light pastel syntax theme for cozy, cute coding & typing. 🌱

soft era syntax theme screenshot

UI theme in screenshot is a WIP soft era UI. you can use One Light UI and these CSS overrides to use it now :)

~.~
  a soft, warm, low contrast theme,
  with pastel accents that are easy on your eyes

^.^
  make stuff and learn.
  make the world your kinda place.
  take care of the people around you

🌿

Installation

  • Go to Settings > Install > Themes tab
  • Search for soft-era-syntax and click Install
  • Go to Settings > Themes and choose Soft Era from the dropdown menu
or, from the command line:

apm install soft-era-syntax

πŸ’Ύ enjoy <3


Fixes

Some UI may cause the cursor to appear as invisible, or the same as the background color, in search boxes. If you have this issue, you can add this to your stylesheet:

.cursor {
  color: rgba(244,129,187,1);
  border-left: 2px solid rgba(244,129,187,1) !important;
}

Contributing

TODO:

  • do a full pass on markdown styles to make sure formatting is colored consistently with the rest of the system, and with the correct inheritence rules. reference the highlight colors in soft era for VC Code.
  • create variable for operator and whatever other @soft- is still in use in the base.less file
  • this theme reports deprecations in the CSS selectors, pull in new version of atom one theme to compare/revise
    • also compare with the Flatwhite theme for colors & how they decides to higlight various elements.
    • if that doesn't work, just update selectors in this theme
  • examine differences between the packages react (~500k downloads) and language-babel (~1.5m downloads), as they lead to different colors in a lot of cases.
  • build in better support for language-babel
    • theme selectors, particularly special javascript selectors, are built with the react way of handling thingsβ€”this should not be treated as primary since it isn't default
    • see how styling works without either of these packages activated
  • parameter vs arguments are fucked up
  • determine other packages that require or would benefit from specific support.
    • group these into separate .less files. currently there are already special styles for the indent-guide-improved package, inside of index.less
  • make html tag punctuation and text same color? (maybe depend on determining the differences of above-named packages)
  • add support for package language-markdown -> package contribution reference
    • currently the quote characters put in syntax--string classes and that makes it not work well (especially when writing with punctuation)
  • see about removing all direct color variables like @cyan from base.less
  • move all color definitions into one place, written in a standardized way, to make it easier to keep track, make alternate versions of the theme, and port to other programs.
    • verify this is being done in the best way to match up with the latest theme code
  • separate out "special treatments" and overrides. (most are currently at bottom of file, but there are some atom-specific treatments like before and after elements, special function coloring, italicizing words, changing font weight β€” appropriate to pull these out and group at bottom of file or in separate .less file?)
    • these seem to be a bit of a mess and first fixing some of the package support/conflicts above may help this organization
  • nicer clickable link treatment (for markdown previews and wherever else they are clickable)

Much of this cleanup and organization is in the push to make this theme easier to 1) organize for porting to other editors, and 2) using the same organizational thought behind the syntax highlighting to quickly create other themes.


Steps for cloning a repo from http://flight-manual.atom.io/hacking-atom/sections/creating-a-theme/#creating-a-ui-theme

if the editor loses track of the local working copy of this (or any) theme, follow steps 3 – 9

must use apm link instead of apm link --dev for this local theme to work in normal, non-dev editor instances.

(using --dev is a "safe mode" which will prevent the theme from activating in a normal window, in case you break something while editing.)

  1. Fork the ui-theme-template [or this theme, if this is what you're forking]
  2. Clone the forked repository to the local filesystem
  3. Open a terminal in the forked theme's directory
  4. Open your new theme in a Dev Mode Atom window run atom --dev . in the terminal or use the View > Developer > Open in Dev Mode menu
  5. Change the name of the theme in the theme's package.json file
  6. Name your theme end with a -ui, for example super-white-ui [for syntax themes like this package, use -syntax instead of -ui]
  7. Run apm link --dev to symlink your repository to ~/.atom/dev/packages
  8. Reload Atom using Alt+Cmd+Ctrl+L
  9. Enable the theme via the "UI Theme" drop-down in the "Themes" tab of the Settings View
  10. Make changes! Since you opened the theme in a Dev Mode window, changes will be instantly reflected in the editor without having to reload.

Currently styled with .js, .css, .html, .json, .md, .svg files in mind as that's my main use case. Would like to hear more about other files/languages.

Happy to hear any input <3

πŸ’– @animalphase on twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].