GithubHelp home page GithubHelp logo

ajyoon / uwu-theme.el Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kborling/uwu-theme

0.0 1.0 0.0 1.06 MB

An awesome dark color scheme for emacs. Based on the UwU vim theme.

License: MIT License

Emacs Lisp 100.00%

uwu-theme.el's Introduction

UwU Theme

An awesome dark color scheme for emacs.

Screenshot

UwU emacs theme

Try It

  1. Clone repo git clone https://github.com/kborling/uwu-theme.el.git in directory of your choosing.
  2. Type M-x load-file and choose the uwu-theme.el file.
  3. Type M-x enable-theme and choose uwu.

Installation

Manual

  1. Clone repo git clone https://github.com/kborling/uwu-theme.el.git in directory of your choosing.
  2. Add the following code in your emacs config file:
    (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") ;;; Make a themes directory and add uwu-theme.el to it
    
    (load-theme 'uwu t t)
    (enable-theme 'uwu)

Using straight.el

  1. Install straight.el
  2. Add the following code in your emacs config file:
    (straight-use-package
       '(uwu-theme :host github :repo "kborling/uwu-theme.el"))
    (require 'uwu-theme)
    (load-theme 'uwu t)

Using use-package with straight.el

  1. Install straight.el
  2. Install use-package
    (straight-use-package 'use-package)
  3. Add the following code in your emacs config file:
    (use-package uwu-theme
       :straight (uwu-theme :host github :repo "kborling/uwu-theme.el")
       :config (load-theme 'uwu t))

Using Doom Emacs packages.el

  1. Add the following code in your ~/.doom.d/packages.el file:
    (package! uwu-theme
       :recipe (:host github :repo "kborling/uwu-theme.el"))
  2. Add the following code in your ~/.doom.d/config.el file:
    (require 'uwu-theme)
    (load-theme 'uwu t)

Using Spacemacs packages

  1. Append the following inside your ~/.config/spacemacs dotspacemacs-additional-packages variable.
    (uwu-theme :location (recipe :fetcher github :repo "kborling/uwu-theme.el"))
  2. prepend 'uwu' to the theme variable:
       dotspacemacs-themes '(uwu)

Acknowledgments

uwu-theme.el's People

Contributors

kborling avatar cadair avatar ajyoon avatar crmsnbleyd avatar

Watchers

 avatar

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.