Giter VIP home page Giter VIP logo

Comments (4)

alezost avatar alezost commented on August 23, 2024

Hi! Sorry for the delay, I've just noticed this issue 😊

I don't fully understand your question. If you want to change just the
background, then you can write your command like this:

(defun jr-changeBg-green ()
  "set bg dark green"
  (interactive)
  (set-background-color "#002d00"))

Or do you mean something else?

from alect-themes.

alezost avatar alezost commented on August 23, 2024

Oh, if you mean you want to reload the theme after setting the
background (only bg-1 is responsible for the default background), then
you can just use load-theme:

(defun jr-changeBg-green ()
  "set bg dark green"
  (interactive)
  (alect-set-color 'dark 'bg-1 "#002d00")
  (load-theme 'alect-dark t))

BTW I'm very surprised you use these themes on terminal. Don't they
look ugly there 😄? (I use only GUI Emacs so I never bothered to
support less colors)

from alect-themes.

alezost avatar alezost commented on August 23, 2024

@rapphammar ping :-)

Are you going to reply? Otherwise I'll close this issue.

from alect-themes.

rapphammar avatar rapphammar commented on August 23, 2024

Sorry boss, didn't think about it since I solved it by adding columns with
alternate colors.

Close it..

On Oct 14, 2016 01:29, "Alex Kost" [email protected] wrote:

@rapphammar https://github.com/rapphammar ping :-)

Are you going to reply? Otherwise I'll close this issue.


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#6 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADlSW3f_mYYsnRnZ6Kv_Ct0o5jjkS9D8ks5qzy9vgaJpZM4JYbWN
.

from alect-themes.

Related Issues (12)

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.