Git Product home page Git Product logo

bespoke-themes's People

Contributors

akirak avatar autrimpo avatar florhizome avatar mclearc 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

bespoke-themes's Issues

isearch face hard to read.

Currently, isearch face only sets the foreground to #bc85cf. I find this hard to spot visually, especially because that color is already used for font-lock-string-face. I suggest adding a background.

Highlighted selection is barely visible in helm

Hi there, thanks for the great theme. Whenever I use helm, the highlighted selection is clear gray hence barely visible in 'light. Any idea how to change that ? The blue color that is used for the highlighted in smex would be fine.

Also, how can we add a gray background to org-block equation ? Sorry if those are basic question, I still new to theming in emacs.

My theme with your custom mode-line?

Hey guys, is there a way to use the bespoke modeline with my config? I do like the style, its very minimal and cool -> good job on the theme.

Error (use-package): bespoke-themes/:config: Wrong type argument: stringp, bespoke-faded

Cannot load manually with use-package

(use-package bespoke-themes
    :load-path "~/.emacs.d/themes/bespoke-themes"
    :init (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/bespoke-themes")
    :config
    (setq bespoke-set-mode-line 'header)
    ;; Set mode line height
    (setq bespoke-set-mode-line-height 3)
    ;; Set evil cursor colors
    (setq bespoke-set-evil-cursors t)
    ;; Use mode line visual bell
    (setq bespoke-set-visual-bell t)
    ;; Set use of italics
    (setq bespoke-set-italic-comments t
          bespoke-set-italic-keywords t)
    ;; Set variable pitch
    (setq bespoke-set-variable-pitch t)
    ;; Set initial theme variant
    (setq bespoke-set-theme 'light)
    ;; Load theme
    (load-theme 'bespoke t))

It complains

Error (use-package): bespoke-themes/:config: Wrong type argument: stringp, bespoke-faded Disable showing Disable logging

bug: "cl is deprecated"

I already posted this under your reddit thread.
I got a little bit confused which is why held up reporting, since I introduced a fix myself but still got other problems.
The first thing that actually happens when I load bespoke-themes with the declaration in the manual is this

Warning (comp): bespoke-themes.el:67:11: Warning: Package cl is deprecated Disable showing Disable logging
Warning (comp): /home/flo/.emacs.d/straight/build/bespoke-themes/bespoke-themes.el: Error: Symbol's value as variable is void for 
Warning (comp): bespoke-light-theme.el:43:36: Warning: Package cl is deprecated 
Warning (comp): /home/flo/.emacs.d/straight/build/bespoke-themes/bespoke-light-theme.el: Error: Symbol's value as variable is void for 
Warning (comp): bespoke-dark-theme.el:43:36: Warning: Package cl is deprecated 
Warning (comp): /home/flo/.emacs.d/straight/build/bespoke-themes/bespoke-dark-theme.el: Error: Symbol's value as variable is void for 

Afterwards any input will just repeat Symbol's value as variable is void for .
I don't know if this is anyhow related with issue #4, but just adding (eval-when-compile (require 'cl-lib)) at the top of bespoke-themes.el will resolve the problem.

Saving bandwidth by compressing screenshots or using SVG screenshots

Hello, I tried to fix some issues in the code while I was trying out this theme.

This repository is relatively large (~ several mega bytes) because of screenshots in the repository. I'd recommend compressing the images using optipng or taking SVG screenshots instead.

By compressing the entire screenshots directory using optipng (-o5), you can reduce the size from 5.4M to 3.3M:

optipng -o5 dark-agenda.png

It is also possible to take SVG screenshots using x-export-frames function (see this reddit thread).

Even if you replace the images with a compressed version, the older version will still remain in the history, so it won't save bandwidth of normal clones (and actually increases the entire repository size). However, shallow clones (--depth=1) and partial clones (--filter=blob:none) will take advantage of the change, which will be important once you publish these themes to MELPA or somewhere. I hope you will consider it.

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.