-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f622a96
commit 67126ae
Showing
3 changed files
with
117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[theme] | ||
|
||
# atelier forest light | ||
|
||
bg = "#f1efee" | ||
fg = "#68615e" | ||
tab_num = "#68615e" | ||
tab_divider = "#e6e2e0" | ||
bottombar_label = "#3d97b8" | ||
bottombar_text = "#68615e" | ||
bottombar_bg = "#f1efee" | ||
scrollbar = "#68615e" | ||
|
||
hdg_1 = "#f22c40" | ||
hdg_2 = "#7b9726" | ||
hdg_3 = "#c33ff3" | ||
amfora_link = "#407ee7" | ||
foreign_link = "#f22c40" | ||
link_number = "#68615e" | ||
regular_text = "#68615e" | ||
quote_text = "#68615e" | ||
preformatted_text = "#68615e" | ||
list_text = "#68615e" | ||
|
||
btn_bg = "#407ee7" | ||
btn_text = "#f1efee" | ||
|
||
dl_choice_modal_bg = "#e6e2e0" | ||
dl_choice_modal_text = "#68615e" | ||
dl_modal_bg = "#e6e2e0" | ||
dl_modal_text = "#68615e" | ||
info_modal_bg = "#e6e2e0" | ||
info_modal_text = "#68615e" | ||
error_modal_bg = "#e6e2e0" | ||
error_modal_text = "#f22c40" | ||
yesno_modal_bg = "#e6e2e0" | ||
yesno_modal_text = "#68615e" | ||
tofu_modal_bg = "#e6e2e0" | ||
tofu_modal_text = "#68615e" | ||
subscription_modal_bg = "#e6e2e0" | ||
subscription_modal_text = "#68615e" | ||
|
||
input_modal_bg = "#e6e2e0" | ||
input_modal_text = "#68615e" | ||
input_modal_field_bg = "#f1efee" | ||
input_modal_field_text = "#68615e" | ||
|
||
bkmk_modal_bg = "#e6e2e0" | ||
bkmk_modal_text = "#68615e" | ||
bkmk_modal_label = "#3d97b8" | ||
bkmk_modal_field_bg = "#f1efee" | ||
bkmk_modal_field_text = "#68615e" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[theme] | ||
|
||
# atelier forest | ||
|
||
bg = "#1b1918" | ||
fg = "#a8a19f" | ||
tab_num = "#a8a19f" | ||
tab_divider = "#2c2421" | ||
bottombar_label = "#3d97b8" | ||
bottombar_text = "#a8a19f" | ||
bottombar_bg = "#1b1918" | ||
scrollbar = "#a8a19f" | ||
|
||
hdg_1 = "#f22c40" | ||
hdg_2 = "#7b9726" | ||
hdg_3 = "#c33ff3" | ||
amfora_link = "#407ee7" | ||
foreign_link = "#f22c40" | ||
link_number = "#a8a19f" | ||
regular_text = "#a8a19f" | ||
quote_text = "#a8a19f" | ||
preformatted_text = "#a8a19f" | ||
list_text = "#a8a19f" | ||
|
||
btn_bg = "#407ee7" | ||
btn_text = "#1b1918" | ||
|
||
dl_choice_modal_bg = "#2c2421" | ||
dl_choice_modal_text = "#a8a19f" | ||
dl_modal_bg = "#2c2421" | ||
dl_modal_text = "#a8a19f" | ||
info_modal_bg = "#2c2421" | ||
info_modal_text = "#a8a19f" | ||
error_modal_bg = "#2c2421" | ||
error_modal_text = "#f22c40" | ||
yesno_modal_bg = "#2c2421" | ||
yesno_modal_text = "#a8a19f" | ||
tofu_modal_bg = "#2c2421" | ||
tofu_modal_text = "#a8a19f" | ||
subscription_modal_bg = "#2c2421" | ||
subscription_modal_text = "#a8a19f" | ||
|
||
input_modal_bg = "#2c2421" | ||
input_modal_text = "#a8a19f" | ||
input_modal_field_bg = "#1b1918" | ||
input_modal_field_text = "#a8a19f" | ||
|
||
bkmk_modal_bg = "#2c2421" | ||
bkmk_modal_text = "#a8a19f" | ||
bkmk_modal_label = "#3d97b8" | ||
bkmk_modal_field_bg = "#1b1918" | ||
bkmk_modal_field_text = "#a8a19f" |