akamud / vscode-theme-onelight

VSCode Theme based on Atom's One Light theme
MIT License
78 stars 54 forks source link

Ruby colors #19

Open vdhpieter opened 4 years ago

vdhpieter commented 4 years ago

Please provide as much information as possible, usually I need these information to actually start working on an issue, so try to fill as much of these as possible

Sample code

class CoursesController < ApplicationController
  before_action :authenticate_user!, except: [
    :index, :show, :search, :certificate, :all, :video]
  before_action :show_removed_course_flash_banner_if_applicable, only: :show

  layout 'application_v2'

  # GET /courses
  def index
    redirect_old_filter_by_tech_urls
    return if performed?
    render_courses_view(allow_json: true)
  end

Filename and Language selected

ruby *.rb

Atom Original theme Screenshot

image

VSCode theme Screenshot

image

Versions used

Extra information

I have the ruby plugin installed but nothing else

vdhpieter commented 4 years ago

When I opened my Computer after the weekend all colors looked right... I have no clue why but the issue is solved for now!

vdhpieter commented 4 years ago

Sorry My theme was not saved... the issue is still persistent

akamud commented 4 years ago

Thanks for opening this issue. I'll investigate and try to match the colors. I'll get back to you as soon as I release a new version.