Giter Site home page Giter Site logo

deepin-snazzy's Introduction

deepin-snazzy

Elegant Linux Deepin Terminal theme with bright colors. Based on hyper-snazzy by Sindre Sorhus.

Screenshot

Install

  1. git clone https://github.com/xxczaki/deepin-snazzy.git
  2. cd deepin-snazzy && chmod +x install.sh && ./install.sh
  3. Restart your terminal
  4. Select snazzy from the Themes tab
  5. Done!

Tip

To get the exact same look as in the screenshot, you need to use the Pure prompt, Noto font, and the zsh-syntax-highlighting plugin to have commands highlighted.

Related

License

MIT © Antoni Kepinski

deepin-snazzy's People

Contributors

xxczaki 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

Watchers

 avatar  avatar  avatar

Forkers

gchamon

deepin-snazzy's Issues

Doesn't seem to work anymore with current version

The install.sh script executed successfully, after restarting deepin-terminal there is not a new theme option.

This here seems to be directly related: https://forum.endeavouros.com/t/new-deepin-terminal/5241/3

Enviroment

lsb_release -a

No LSB modules are available.
Distributor ID: Deepin
Description:    Deepin 20
Release:        20
Codename:       n/a

dpkg -l deepin-desktop-base deepin-terminal

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                Version            Architecture Description
+++-===================-==================-============-=================================
ii  deepin-desktop-base 2020.08.11-apricot amd64        Base files for Deepin Desktop
ii  deepin-terminal     5.2.11-1           amd64        deepin terminal

Add granular theme file

theme file should be added in $HOME/.config/deepin/deepin-terminal/themes, this way it will be shown in Switch Themes tab and won't mess with terminal configuration.

Please add the following file named snazzy:

[theme]
color_1=#232323
color_2=#ff5c57
color_3=#5af78e
color_4=#f3f99d
color_5=#57c7ff
color_6=#ff6ac1
color_7=#9aedfe
color_8=#ffffff
color_9=#444444
color_10=#ff5c57
color_11=#5af78e
color_12=#f3f99d
color_13=#57c7ff
color_14=#ff6ac1
color_15=#9aedfe
color_16=#ffffff
background=#282a36
foreground=#eff0eb
tab=#f2f2f2
style=dark

and the install instruction:

DEEPIN-THEMES-FOLDER="$HOME/.config/deepin/deepin-terminal/themes" 
if [ ! -d "$DEEPIN-THEMES-FOLDER" ]; then
  mkdir $DEEPIN-THEMES-FOLDER;
fi

cp snazzy $DEEPIN-THEMES-FOLDER;

great theme BTW, thanks! It should be shipped by default in deepin-terminal

proof of concept:
image

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.