diff --git a/README.md b/README.md index 558b721..a4ca751 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Open the Settings menu (top right corner or `⌘-,`), and choose Select Theme. Y ## 2. How do I use this repo? -This repository is a collection of themes that you can use right away in Warp. +This repository is a collection of themes that you can use right away in Warp. It's split into two parts: - [base16 themes](./base16/README.md) - [standard themes](./standard/README.md) @@ -108,11 +108,11 @@ background_image: # we currently (2021 Nov) only support jpg formats (.jpeg, .jpg, .JPEG) # the path is relative to ~/.warp/themes/ # the full path to the picture is: ~/.warp/themes/warp.jpg - path: warp.jpg + path: warp.jpg # this is the opacity value opacity: 60 -############################################################### SEE ABOVE +############################################################### SEE ABOVE terminal_colors: bright: @@ -157,13 +157,13 @@ You can also do this for backgrounds. Here's a full yaml file with gradients set for both background and accent: ```yaml -################################ See below +################################ See below # accent has a gradient accent: left: '#474747' right: '#ffffff' # background has a gradient -background: +background: top: '#474747' bottom: '#ffffff' ################################ See above diff --git a/base16/README.md b/base16/README.md index 7ce49f6..2fb0226 100644 --- a/base16/README.md +++ b/base16/README.md @@ -1,13 +1,14 @@ ## What are base16 themes? + > An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates. -More on the details and structure here: https://github.com/chriskempson/base16. +More on the details and structure here: [https://github.com/chriskempson/base16](https://github.com/chriskempson/base16. +). ## Acknowledgements + Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill. -Repo: https://github.com/aarowill/base16-alacritty - - +Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty) |Theme name | Preview| | --- | --- | @@ -187,4 +188,4 @@ Repo: https://github.com/aarowill/base16-alacritty |**[Base16 Windows Nt Light](base16_windows_nt_light.yaml)**:|| |**[Base16 Woodland](base16_woodland.yaml)**:|| |**[Base16 Xcode Dusk](base16_xcode_dusk.yaml)**:|| -|**[Base16 Zenburn](base16_zenburn.yaml)**:|| \ No newline at end of file +|**[Base16 Zenburn](base16_zenburn.yaml)**:|| diff --git a/base16/README.md-intro b/base16/README.md-intro index ac3d191..bc0f287 100644 --- a/base16/README.md-intro +++ b/base16/README.md-intro @@ -6,6 +6,3 @@ More on the details and structure here: https://github.com/chriskempson/base16. ## Acknowledgements Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill. Repo: https://github.com/aarowill/base16-alacritty - - -