-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sublime Theme? #19
Comments
There are plans for a official port project, but it may take some time. I've added it to the port project epic issue #18 in the Editors & IDEs section. |
This is my "good enough" solution for sublime text. Works well for JS, HTML, and CSS. Keeps it simple with minimal color usage. |
Did this a few days ago. Check it out @djstein |
Is there anything that can done to help here since Sublime Text 3 just came out |
Currently I'm too busy to spent much time on my projects. I hope to find some time during my one week holidays in october so I'll try to get a minimal setup done. |
No worries, thanks for maintaining this! |
Made a working Sublime Text 3 theme. It's not perfect but it's good enough. |
You beat me to it :) Just created one myself but I used material theme as my base instead, here is how mine looks. |
Wow, gotta say that yours does look better. Any chance that you’d make your theme public? |
I don't see why not :) here you go https://github.com/carlevison/Nord-Sublime-Text The only thing I haven't done is changed the colour of the tabs as I don't use them, but I feel you should be fully capable of managing that yourself. If you search for Roboto Mono in Material-Theme.sublime-theme I commented it out as it's not everyones cup of tea, if you like it maybe you could change it to your preferred font of choice and font size. It isn't perfect but will do until @arcticicestudio releases his official version :) |
Thanks! |
I didn't make it clear but I tweaked the Nord colour scheme quite a bit, and to make it easier I renamed it to Material-Theme.tmTheme to make it easier to activate using Material Theme: Activate theme. |
I've finally got some free time to start working on this 😄 The color scheme (
Edit: Alright, I've decided to support both the UI- and color scheme for the initial version now. The UI theme system is really verbose and don't understand their intent to implement it this way, but I'm making I'll try to port the UI design of the Nord Atom UI as far as possible and maybe include some code from the awesome Material theme. Regarding the UI theme/color scheme preferences: The repository should be available tomorrow at the latest. |
The repository is available. You can track nordtheme/sublime-text#1 to get updates about the color scheme implementation status. |
3da6d359 contains the initial implementation of the color scheme ( You can test the color scheme by cloning the repository and symlinking it to your packages folder: git clone -b feature/gh-1-color-scheme https://github.com/arcticicestudio/nord-sublime-text.git
ln -s nord-sublime-text ~/.config/sublime-text-3/Packages The target package folder path above is for Linux system, make sure to replace the path for macOS / Windows. |
@arcticicestudio i couldn't get it to load on my setup (i'm on a mac) I did the symlink to |
@JeffBeltran 1. Are you sure you're using Sublime Text 3? 2. If you know you are, use the command palette to change the color scheme. So press Cmd + Shift + P, type in "Change color" and the correct command should be visible. Then look for the color scheme. If you see it, Sublime Text will change the config file correctly. If you don't see it, try just cloning the repository inside the Packages folder rather than just symlinking. |
Like @lee-hyunkyu said the theme is build for Sublime Text 3 only. This version supports themes and color schemes natively via the command palette (Ctrl/⌘+Shift+p). The item UI: Set Color Scheme allows to set the color theme while the UI theme can be set with UI: Select Theme |
yup im on sublime 3 it was an issue with symlinking i guess... i just directly cloned from the packages folder and it showed up, not sure why i didn't just try that.. lol anyways thanks. Looking good Also where would you like to have the feedback? on this thread? and what about different syntax? should i just list the ones i would like to have working? |
You can post feedback in issue nordtheme/sublime-text#1. |
Closing this issue for now since the theme has already been published some time ago and should work as a basic start. The syntax highlighting theme is available as of version 0.1.0 while the latest state and plan for the UI theme is documented in nordtheme/sublime-text#6. |
I saw one for Atom is there any proposal for a Sublime theme?
The text was updated successfully, but these errors were encountered: