Giter VIP home page Giter VIP logo

ayu's People

Contributors

12beesinatrenchcoat avatar ankitkhedekar avatar cldfire avatar cprodhomme avatar daggy1234 avatar dempfi avatar icantjuddle avatar isaniomoraes avatar k15a avatar ksho avatar manuzor avatar ninth-dev avatar pzgz avatar raik avatar sharunkumar avatar srph avatar teabyii avatar ticky avatar whenrique avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ayu's Issues

Top tabs padding issue

First of all, this theme is so good!

But I have a little issue.
I am working with

  • macOS X
  • Sublime3
  • ayu v1.3.1

Screenshots:
2016-10-14 0 09 59
2016-10-14 0 09 25

Warn/Errors from SublimeLinter

Could be warns/errors from SublimeLinter showedd in a more standar way (yellow/red)?
Actually it is showed in blue:

captura de pantalla 2016-10-06 a las 23 07 46

Nice theme!

No icons in the sidebar

Hey, I just installed the theme and unfortunately it doesn't look like the icons in the sidebar are showing:
no icons in the sidebar

As you can see it looks quite different from the screenshot in the README:
screenshot in the README

These are my settings:
my settings

I'm on Windows 10, running Sublime Text 3 Stable build 3126.

How can I make my Sublime look more like the screenshot in the README?

Display issue when renaming a file

Hello,

I'm using Ayu mirage theme on my sublime text installation, and I have noticed a little issue but quite annoying. When you try to rename a file, the bar at the bottom when you specify the new file name is half-hidden behind the status bar of sublime text.

Here is a screenshot to illustrate the issue:
capture d ecran 2016-11-08 a 16 03 46

My sublime text configuration is pretty straightforward, here it is in case you need it:

{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
	"font_size": 12,
	"ignored_packages":
	[
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"line_padding_bottom": 3,
	"line_padding_top": 3,
	"overlay_scroll_bars": "enabled",
	"skin": "ayu/ayu mirage",
	"theme": "ayu-mirage.sublime-theme"
}

Let me know if you need any other information.

Srollbar width?

Hi, I like your theme but the width of the scrollbar is waaaaay to small. How can I increase it?

Overlapping statusbar

The status bar is overlapping on Linux, ST Build 3126:
status-bar

Maybe related to #4?

Awesome theme, btw.

python code color

Is it supposed to be like so? I mean that the code is yellow.
2016-10-15 11 28 27

It is a code inside a function:

@app.route('/', methods=['POST', 'GET'])
def home():
    if request.method == 'POST':
        form = AdvertResponseForm(request.form)

        if form.validate():
            advert_response = AdvertResponse()
            form.populate_obj(advert_response)
            db.session.add(advert_response)
            db.session.commit()

Sidebar Label Margin Error

First off: amazing theme! Really nice and clean.

I found after installing Ayu today that in the sidebar, the "Open Files" label at the top was being cut off, as if there was a negative margin. using PRV I went into the themes options, and in both ayu.sublime-theme and ayu-light.sublime-theme and found the setting for this on line 515 and 522:

"content_margin": [0, -10, 0, 0],

After setting the -10 to 0 or 10, the label behaved as predicted and wasn't getting cut off. I wasn't sure if this was a by design setting or a behavior based off of the system you're working on.

A different default color besides straight black for the sidebar labels would also be a suggestion for the dark theme.

File Link Colors

I have to say I love the colors for the code side. However, sidebar and tab links are real hard to read. How can I edit them to lighten them up more against the background?
Note that the hover and active "white" is great and easy to read.

"New folder" tab is overflowed

I am using:

  • macOS X
  • Sublime3
  • ayu v1.3.1

Settings:

    "color_scheme": "Packages/ayu/ayu.tmTheme",
    "font_size": 16,
    "theme": "ayu.sublime-theme",
    "ui_font_size_small": false,
    "ui_separator": false

I have also git plugin installed.

Here's the screenshot:
2016-10-14 21 35 00
2016-10-14 20 45 02

Unreadable tab label under Linux HiDPI

Hello,

Thank you for creating this theme! I've been enjoying it a lot since installed!

It seems that recently there has been an update that is affecting how tab labels are rendered. I've only tested Linux (Ubuntu) with a HiDPI screen:

screenshot from 2016-10-08 14-49-38

Both active an inactive tabs shows the same issue.

This might be related to #28 since was working yesterday without issues.

  • Sublime Text 3, Dev Channel build 3125
  • Ubuntu GNOME 15.10 x64
  • Roboto Mono font installed

Settings:

{
    "color_scheme": "Packages/ayu/ayu.tmTheme",
    "theme": "ayu.sublime-theme"
}

Let me know any other information that might help out debugging this issue.

Thank you
❤️ ❤️ ❤️

Provide setting to use another UI font

Hey thanks for the nice work on the theme.

I’m not a big fan of Roboto and would prefer to use Input for example. Is there a way that you can provide a setting for that? :)

Special folder recognition

Please consider adding special folder recognition.
It helps to see src|dist|bin|typings|etc. having different icons, just like:

image

Side Bar bug

Open files (or Folders when Open files are disabled) are overlapping with menu bar on Linux. Same when menu bar is hidden.

sidebar-bug.png

Tab Text is Illegible

I am on Win10, the tab text is very faint and with the 2.0 upgrade almost looks like a drop shadow is being applied...

image

Tab label padding & sidebar layout.

Love this theme, particularly the light version.
Just a couple of minor issues:

  • Label text on tabs is slightly too large, so certain letters get cut off.
    7c5aa0cfae4b8f0acf87080d97715094
  • In the sidebar, the headings are not styled and the 'Open Files' heading is overlapped by the File/Edit bar above.
    1b20ca31471f91c4c366ac34bba22665

Apart from that, the theme is perfect!

Theme applying only on the settings page (body)

capturar

Settings as follow:

{
    "theme": "ayu.sublime-theme",
    "color_scheme": "Packages/ayu/ayu.tmTheme",
    "ui_separator":       true, // separators between panels
    "ui_font_size_small": true, // smaller UI font size(sidebar, statusbar etc)
    "detect_indentation": false,
    "font_size": 11,
    "ignored_packages":
    [
        "Package Control",
        "Vintage"
    ],
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

Folder has been renamed. Sublime 3.

Ayu is overlapping AdvancedNewFile

Hey,

I just noticed that Ayu is overlapping the Advanced​New​File dialog. I think it's a problem with Ayu because with the default theme AdvancedNewFile is not hidden. If that's not a problem with Ayu I am happy to file an issue at AdvancedNewFile

bildschirmfoto 2016-10-19 um 20 19 42

Command palette icon warped

2016-10-24 23_06_15-untitled rust_cldframework - sublime text

As you can see in the screenshot, the magnifying glass icon is warped into a squished shape on the x axis. I have restarted ST3.

Information:
ST3 Dev channel build 3125
Windows 10
3440x1440 display (perhaps aspect ratio matters, idk)

I'm also using this theme on ST3 on a macbook pro, but not on a dev build. The icon looks fine there. Not sure if it's because of the OS, screen resolution or ST3 version difference.

Plans for VSCode?

Your theme is excellent, and specially the color scheme! VSCode is a great text editor but sadly there is a lack of good themes for ES6. Would be great to have yours on VSCode too. 😀

I saw the same question for Atom but I assumed that it's better for you to have separate issues for the different ports (in case you consider a VSCode port).

Tiny scrollbar at bottom

This theme is excellent but the scrollbar tend to be super tiny and unusable. How can it be fixed?

screenshot 7

Inactive tabs are hard to see

It is hard to see inactive tabs, how can i tweak the color ?

screenshot from 2016-10-07 10-07-51

  • Sublime 3 x64 (latest beta)
  • Ubuntu 16.04 x64
  • Dark theme

Console print out from events.py

As the console print out from events.py doesn't include the package name and I generally prefer status bar feedback, I suggest changing the code to:

--- events.py
+++ events.py
@@ -4,22 +4,25 @@
 package_name = 'ayu'


+def status_msg(msg):
+    sublime.status_message(package_name + ': ' + msg)
+
 def plugin_loaded():
     from package_control import events

     if events.install(package_name):
-        print('Installed %s' % events.install(package_name))
+        status_msg('Installed %s' % events.install(package_name))
     elif events.post_upgrade(package_name):
-        print('Upgraded to %s' % events.post_upgrade(package_name))
+        status_msg('Upgraded to %s' % events.post_upgrade(package_name))


 def plugin_unloaded():
     from package_control import events

     if events.pre_upgrade(package_name):
-        print('Upgrading from %s' % events.pre_upgrade(package_name))
+        status_msg('Upgrading from %s' % events.pre_upgrade(package_name))
     elif events.remove(package_name):
-        print('Removing %s' % events.remove(package_name))
+        status_msg('Removing %s' % events.remove(package_name))


 # Compat with ST2

or maybe you want to keep the print but add the package name:

--- events.py
+++ events.py
@@ -4,22 +4,25 @@
 package_name = 'ayu'


+def print_msg(msg):
+    print(package_name + ': ' + msg)
+
 def plugin_loaded():
     from package_control import events

     if events.install(package_name):
-        print('Installed %s' % events.install(package_name))
+        print_msg('Installed %s' % events.install(package_name))
     elif events.post_upgrade(package_name):
-        print('Upgraded to %s' % events.post_upgrade(package_name))
+        print_msg('Upgraded to %s' % events.post_upgrade(package_name))


 def plugin_unloaded():
     from package_control import events

     if events.pre_upgrade(package_name):
-        print('Upgrading from %s' % events.pre_upgrade(package_name))
+        print_msg('Upgrading from %s' % events.pre_upgrade(package_name))
     elif events.remove(package_name):
-        print('Removing %s' % events.remove(package_name))
+        print_msg('Removing %s' % events.remove(package_name))


 # Compat with ST2

Change selection text color?

Is there a way to change the selection text color? I can change the background color, but not the text color. Maybe this isn't possible with Sublime Text.

Titlebar

On the screenshots there is not titlebar. Is something not working for me, or am I missing something? Are those screenshots just mockups, or there should be no title bar after I activate the theme? I don't know how to get rid of the titlebar because without it it looks so much nicer :(

Files not found after Upgrade

Sublime revoked my color scheme saying that .tmTheme and .sublime-theme files not found after the Package was upgraded.

Problems with latest macOS sierra BETA + Sublime DEV channel

sorry to bother, have some problems installing the theme.

  • Sublime: 3125
  • macOS: 16B2338c

what it looks like when activating:

screen shot 2016-10-05 at 15 59 09

from the console:

error: Error loading colour scheme Packages/ayu/widgets/Widget - ayu.stTheme: Unable to open Packages/ayu/widgets/Widget - ayu.stTheme

maybe it's my mistake? Sublime configuration?

Color Scheme Error

Hi.

I followed the manual install method.
Copied the files,
edited the preferences as the following

{
    "font_size": 12,
    "theme": "ayu2.sublime-theme"
    "color_scheme": "Packages/ayu/ayu.tmTheme"
}

But I get the following error.

image

Help?

Theme labels text error

With the release of Ayu 2.0, the theme labels (not scheme) are all messed up. The screenshots below demonstrates what I've been able to reproduce on Windows 10 and CentOS 7. Also, did you remove the labels from the sidebar (by matching the color to the background)?

ayu-dark
ayu-light
ayu-mirage

Sidenote: Coming from Agila, the Ayu-Mirage theme is much appreciated!

Make a atom version!

First, this theme is amazing, please make an Atom version, or someone please fork it. Thank you.

Only "body" changed to the theme

image

Using latest Sublime 3 on Ubuntu 14.04LTS

My settings

{
    "always_show_minimap_viewport": true,
    "animation_enabled": false,
    "binary_file_patterns":
    [
        "*.min.js",
        "*jquery*.js"
    ],
    "bold_folder_labels": true,
    "color_scheme": "Packages/ayu/ayu.tmTheme",
    "draw_minimap_border": true,
    "ensure_newline_at_eof_on_save": true,
    "file_exclude_patterns":
    [
        "*.pyc",
        "*.pyo",
        "*.exe",
        "*.dll",
        "*.obj",
        "*.o",
        "*.a",
        "*.lib",
        "*.so",
        "*.dylib",
        "*.ncb",
        "*.sdf",
        "*.suo",
        "*.pdb",
        "*.idb",
        ".DS_Store",
        "*.class",
        "*.psd",
        "*.db",
        "*.sublime-workspace",
        "*.log"
    ],
    "folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "tmp",
        "coverage",
        "public/assets"
    ],
    "font_size": 12,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "SublimeLinter",
        "Vintage"
    ],
    "index_exclude_patterns":
    [
        "*.log"
    ],
    "index_files": true,
    "index_workers": 2,
    "match_brackets_angle": true,
    "scroll_speed": 10.0,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true
}

Tab padding

Can you add property like "ui_separator" for bigger tabs (tabs with bigger padding)?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.