aboutsummaryrefslogblamecommitdiff
path: root/runtime/themes/gruvbox_light.toml
blob: 749df1101f92f23556812d4a9c4f84eb95467602 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                                             
                    
 
                                                         
                                                                 
                                                  
                                  
 












                                 
 
                         
                  
                   
                 
                   
                 
                   
# Author : Rohan Jain <crodjer@pm.me> 
# Author : Jakub Bartodziej <kubabartodziej@gmail.com>
# The theme uses the gruvbox light palette with standard contrast: github.com/morhetz/gruvbox

inherits = "gruvbox"

"ui.selection" = { bg = "bg3", modifiers = ["reversed"] }
"ui.selection.primary" = { bg = "bg4", modifiers = ["reversed"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "bg2" }

[palette]
bg0 = "#fbf1c7" # main background
bg1 = "#ebdbb2"
bg2 = "#d5c4a1"
bg3 = "#bdae93"
bg4 = "#a89984"

fg0 = "#282828" # main foreground
fg1 = "#3c3836"
fg2 = "#504945"
fg3 = "#665c54"
fg4 = "#7c6f64" # gray0

gray0 = "#7c6f64"

red1 = "#9d0006" # bright
green1 = "#79740e"
yellow1 = "#b57614"
blue1 = "#076678"
purple1 = "#8f3f71"
aqua1 = "#427b58"
orange1 = "#af3a03"