A fork of the Materia GTK theme.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

chrome theme: Don't use rgba colors for omnibox_background

Apparently the background of omnibox_background is hard-coded to white, so rgba colors don't work as expected.

Convert rgba to rgb as a workaround.

Fixes https://github.com/nana-4/materia-theme/issues/498

roundabout,
created on Saturday, 6 March 2021, 23:26:48 (1615073208), received on Sunday, 11 May 2025, 13:22:56 (1746969776)
Author identity: nana-4 <hnmaigo@gmail.com>

e230f7708258222c7944c9425f92dbf2a4ca54ec

src/chrome/chrome-theme-dark.crx

src/chrome/chrome-theme-dark/manifest.json

@@ -17,7 +17,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar": [52, 52, 52],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar_button_icon": [255, 255, 255, 0.6],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "omnibox_text": [255, 255, 255, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [255, 255, 255, 0.05],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [60, 60, 60],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "bookmark_text": [255, 255, 255, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_background": [36, 36, 36],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_text": [255, 255, 255, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/chrome/chrome-theme-light.crx

src/chrome/chrome-theme-light/manifest.json

@@ -17,7 +17,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar": [255, 255, 255],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar_button_icon": [0, 0, 0, 0.6],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "omnibox_text": [0, 0, 0, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [0, 0, 0, 0.05],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [245, 245, 245],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "bookmark_text": [0, 0, 0, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_background": [255, 255, 255],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_text": [0, 0, 0, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                            
                                

src/chrome/chrome-theme.crx

src/chrome/chrome-theme/manifest.json

@@ -17,7 +17,7 @@

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar": [255, 255, 255],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "toolbar_button_icon": [0, 0, 0, 0.6],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "omnibox_text": [0, 0, 0, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [0, 0, 0, 0.05],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                              "omnibox_background": [245, 245, 245],
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "bookmark_text": [0, 0, 0, 0.87],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_background": [255, 255, 255],
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                  "ntp_text": [0, 0, 0, 0.87],