diff options
Diffstat (limited to '.local/share/surf')
| -rw-r--r-- | .local/share/surf/styles/dark.css | 15 | ||||
| -rw-r--r-- | .local/share/surf/styles/default.css | 0 |
2 files changed, 15 insertions, 0 deletions
diff --git a/.local/share/surf/styles/dark.css b/.local/share/surf/styles/dark.css new file mode 100644 index 0000000..235a8c3 --- /dev/null +++ b/.local/share/surf/styles/dark.css @@ -0,0 +1,15 @@ +*,div,pre,textarea,body,input,select,option,button,td,tr,p { + background-color: #32302f !important; + border-color: #665c54 !important; + /* background-image: none !important; */ + color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ +} +a { + color: #83a598 !important; +} +h1,h2,h3,h4 { + /* background-color: #202020 !important; */ + color: #ebdbb2 !important; + /* color: #fbf1c7 !important; */ +} diff --git a/.local/share/surf/styles/default.css b/.local/share/surf/styles/default.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.local/share/surf/styles/default.css |
