Giter Site home page Giter Site logo

wezterm's Introduction

wezterm's People

Contributors

gr1m0h avatar haoyu234 avatar imgbotapp avatar timescam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

wezterm's Issues

Please update wezterm theme config instructions :-)

First, there's already a Dracula color scheme built into wezterm:
https://github.com/wez/wezterm/blob/main/assets/colors/Dracula.toml
that comes from https://github.com/mbadolato/iTerm2-Color-Schemes
Please consider adding your theme there and perhaps renaming it to disambiguate!
I periodically update and bundle the latest version of that repo with wezterm.

Secondly, it would be great to factor out the theme information from the current advice shown on https://draculatheme.com/wezterm so that it is easier for users to consume.

I would suggest creating a toml file that can be downloaded and placed in a color schemes directory:
https://wezfurlong.org/wezterm/config/appearance.html#defining-a-color-scheme-in-a-separate-file

An alternative would be to make a dracula.lua file that returns the colors section:

return {
   ansi = {...}
}

and then place that in $HOME/.config/wezterm/dracula.lua and adjust the main wezterm.lua:

local dracula = require 'dracula';
return {
   colors = dracula,
}

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.