Skip to content

Commit

Permalink
themes: reject smart-mode-line-atom-one-dark
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 18, 2021
1 parent b8faed8 commit 0508801
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/parsing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ module Parsing

AKIN = %w[color-theme-sanityinc-tomorrow color-theme-sanityinc-solarized].freeze

REJECTS = %w[svg-mode-line-themes select-themes rand-theme per-buffer-theme
display-theme cycle-themes color-theme-theme helm-themes
remember-last-theme color-theme-modern airline-themes].freeze
REJECTS = %w[svg-mode-line-themes select-themes rand-theme
per-buffer-theme display-theme cycle-themes
color-theme-theme helm-themes
smart-mode-line-atom-one-dark remember-last-theme
color-theme-modern airline-themes].freeze

def self.looks_like_theme?(name)
return false if REJECTS.include?(name)
Expand Down

0 comments on commit 0508801

Please sign in to comment.