Commit Graph

650 Commits

Author SHA1 Message Date
github-actions b1b8f23169 Fetch translations from Crowdin 2023-09-06 00:11:02 +00:00
github-actions d1ea3b5d9c Fetch translations from Crowdin 2023-09-03 00:11:23 +00:00
github-actions 2e720fd9c1 Fetch translations from Crowdin 2023-09-02 00:10:19 +00:00
github-actions 7f49094635 Fetch translations from Crowdin 2023-09-01 00:11:43 +00:00
github-actions 77ca6f7566 Fetch translations from Crowdin 2023-08-31 00:10:51 +00:00
github-actions 688f76f81d Fetch translations from Crowdin 2023-08-30 00:10:57 +00:00
github-actions 1fd792b13b Fetch translations from Crowdin 2023-08-24 00:11:11 +00:00
github-actions 4f0c756514 Fetch translations from Crowdin 2023-08-23 00:11:12 +00:00
github-actions cf9947b7c7 Fetch translations from Crowdin 2023-08-22 00:11:08 +00:00
github-actions a6435775e4 Fetch translations from Crowdin 2023-08-21 00:10:38 +00:00
github-actions 2b3bfbe89a Fetch translations from Crowdin 2023-08-20 00:11:22 +00:00
github-actions a8ed353ce4 Fetch translations from Crowdin 2023-08-19 00:09:29 +00:00
github-actions ede69b4b6b Fetch translations from Crowdin 2023-08-18 00:11:54 +00:00
github-actions fa444fc9ed Fetch translations from Crowdin 2023-08-17 00:10:49 +00:00
github-actions 187af501ed Fetch translations from Crowdin 2023-08-15 00:10:50 +00:00
github-actions 946c198e7b Fetch translations from Crowdin 2023-08-14 00:11:17 +00:00
github-actions 89e7e74315 Fetch translations from Crowdin 2023-08-13 00:10:53 +00:00
github-actions 717f79773c Fetch translations from Crowdin 2023-08-11 00:10:29 +00:00
github-actions 09e471931d Fetch translations from Crowdin 2023-08-09 00:12:34 +00:00
github-actions fa80e5e6be Fetch translations from Crowdin 2023-08-07 00:12:40 +00:00
github-actions 796fa81909 Fetch translations from Crowdin 2023-08-06 00:11:55 +00:00
github-actions d33758ad45 Fetch translations from Crowdin 2023-08-05 00:11:33 +00:00
github-actions 18a76ebb4e Fetch translations from Crowdin 2023-08-03 00:11:32 +00:00
github-actions b414388224 Fetch translations from Crowdin 2023-08-02 00:11:21 +00:00
github-actions 54f542a3da Fetch translations from Crowdin 2023-07-10 00:13:27 +00:00
github-actions 1b953d7463 Fetch translations from Crowdin 2023-07-02 00:14:25 +00:00
github-actions 43dd4ee97b Fetch translations from Crowdin 2023-06-07 00:12:11 +00:00
github-actions b97ebf58dd Fetch translations from Crowdin 2023-06-02 00:13:28 +00:00
github-actions dbd7153526 Fetch translations from Crowdin 2023-05-30 00:11:38 +00:00
github-actions d2e4dc0c22 Fetch translations from Crowdin 2023-05-20 00:10:57 +00:00
github-actions b206598c10 Fetch translations from Crowdin 2023-05-16 00:11:26 +00:00
github-actions 907724b184 Fetch translations from Crowdin 2023-05-08 00:11:04 +00:00
github-actions 80fed3f44f Fetch translations from Crowdin 2023-05-07 00:12:08 +00:00
github-actions bdc34f2046 Fetch translations from Crowdin 2023-04-17 00:11:49 +00:00
github-actions 800094b750 Fetch translations from Crowdin 2023-04-15 00:11:54 +00:00
github-actions 693435a6de Fetch translations from Crowdin 2023-03-22 00:10:15 +00:00
github-actions 666fbdcb38 Fetch translations from Crowdin 2023-03-11 00:10:58 +00:00
github-actions e99efba2b9 Fetch translations from Crowdin 2023-03-09 00:12:19 +00:00
github-actions 51eafdd7fd Fetch translations from Crowdin 2023-03-08 00:12:19 +00:00
Joe Osborn 807640fed3
Associate states with replays (#15070)
* change bsv file suffix to replay, update strings

* add trivial RPLY block to save states

* WIP rerecording support, doesn't load states properly yet--issue with checking identifiers?

* Fixed a type error to get time identifiers working right, ready for testing

* handle case where state without replay data is loaded during replay

* cleanups

* whitespace cleanup

* Cleanups, change replay file format magic, fix logic around future states

* Remove failed future message

* Add play-replay-from-slot command, fix load-state-from-slot to use given slot

* build fixes

* Fix race conditions in emscripten build and incorrect replay state incrementing

* Style fix for single line if

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-08 00:10:59 +01:00
github-actions a1fdab04fb Fetch translations from Crowdin 2023-03-05 00:14:31 +00:00
github-actions 4101d8166a Fetch translations from Crowdin 2023-03-04 00:11:36 +00:00
Joe Osborn 4d81f70f00
Replay nomenclature (#15054)
* change bsv file suffix to replay, update strings

* Fix bsv cli args

* Fix help whitespace

* Fix another message

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 23:16:48 +01:00
github-actions 7777be2ec1 Fetch translations from Crowdin 2023-03-03 01:52:38 +00:00
Joe Osborn 2125770236
Replay UI support (#15048)
* Add bsv replay controls (not yet fully implemented), remove toggle

see notes in task_movie.c, make sure command.c calls the right
functions, check retroarch.c and other todos.

bsv files are also now stored with states, not saves.

* Compilation fixes

* Added command impls for play and record replay, and some code in load state to do the right thing there

* Guard some parts of the new code with HAVE_BSV_MOVIE

* wip, menu fixes

* more menu fixes, osd for movie errors, halt recording properly

* Menu and label fixes

* move bsvs to own file suffix series under savestates, fix recording and playback command validity checks

* Fix replay autoincrement

* fix endif placement, whoops

---------

Co-authored-by: Joseph C. Osborn <jcoa2018@pomona.edu>
2023-03-03 00:52:22 +01:00
github-actions 431092fc57 Fetch translations from Crowdin 2023-02-24 00:12:11 +00:00
github-actions a4ff8f9320 Fetch translations from Crowdin 2023-02-23 00:12:34 +00:00
github-actions 23c84d3031 Fetch translations from Crowdin 2023-02-14 00:12:32 +00:00
github-actions b9e1e5d132 Fetch translations from Crowdin 2023-02-10 00:12:43 +00:00
github-actions 35bc011197 Fetch translations from Crowdin 2023-02-09 00:12:25 +00:00
github-actions d2608b7023 Fetch translations from Crowdin 2023-02-06 00:12:11 +00:00
github-actions 5a11249a57 Fetch translations from Crowdin 2023-02-05 00:13:04 +00:00
github-actions 3b5f774d39 Fetch translations from Crowdin 2023-02-03 00:11:31 +00:00
github-actions 0f5d8def27 Fetch translations from Crowdin 2023-02-02 00:11:41 +00:00
github-actions 5a7ac3d06b Fetch translations from Crowdin 2023-01-30 00:11:09 +00:00
github-actions 18ef01b0d5 Fetch translations from Crowdin 2023-01-29 00:12:07 +00:00
github-actions 88f30174ce Fetch translations from Crowdin 2023-01-28 00:11:19 +00:00
github-actions b9f879b6ba Fetch translations from Crowdin 2023-01-27 00:11:57 +00:00
github-actions 960204b5eb Fetch translations from Crowdin 2023-01-25 00:11:53 +00:00
github-actions ac5d6ade25 Fetch translations from Crowdin 2023-01-24 00:11:28 +00:00
github-actions b484ddfe4e Fetch translations from Crowdin 2023-01-23 00:11:47 +00:00
github-actions 247991e53b Fetch translations from Crowdin 2023-01-22 00:12:23 +00:00
github-actions 57a2edfc3f Fetch translations from Crowdin 2023-01-21 00:11:30 +00:00
github-actions 3ee14d1dc7 Fetch translations from Crowdin 2023-01-17 00:11:47 +00:00
github-actions d33c2ff56e Fetch translations from Crowdin 2023-01-15 00:12:18 +00:00
github-actions 2ae8a34cfb Fetch translations from Crowdin 2023-01-14 00:11:52 +00:00
github-actions 2a4a266a4a Fetch translations from Crowdin 2023-01-12 00:12:26 +00:00
github-actions cf4350178b Fetch translations from Crowdin 2023-01-11 00:12:25 +00:00
github-actions 975300a320 Fetch translations from Crowdin 2023-01-10 00:12:25 +00:00
github-actions f0656f10de Fetch translations from Crowdin 2023-01-09 00:12:37 +00:00
github-actions d1408b0c24 Fetch translations from Crowdin 2023-01-08 00:12:11 +00:00
github-actions 503f7cde00 Fetch translations from Crowdin 2023-01-06 00:11:35 +00:00
github-actions 59cbb16f1c Fetch translations from Crowdin 2023-01-05 00:11:41 +00:00
github-actions 43bee969b7 Fetch translations from Crowdin 2023-01-03 00:11:20 +00:00
github-actions 4609c7f90a Fetch translations from Crowdin 2022-12-31 00:10:25 +00:00
github-actions bc9c5718f9 Fetch translations from Crowdin 2022-12-30 00:10:44 +00:00
github-actions 42b9e23602 Fetch translations from Crowdin 2022-12-28 00:10:58 +00:00
github-actions 6aa15e5b15 Fetch translations from Crowdin 2022-12-26 00:11:19 +00:00
github-actions dea327a0c2 Fetch translations from Crowdin 2022-12-24 00:09:49 +00:00
github-actions 0993324756 Fetch translations from Crowdin 2022-12-23 00:11:09 +00:00
github-actions 2b669f4e4b Fetch translations from Crowdin 2022-12-21 00:11:08 +00:00
github-actions 5b89a9f90f Fetch translations from Crowdin 2022-12-20 00:11:01 +00:00
github-actions 932b4ad3db Fetch translations from Crowdin 2022-12-17 00:11:11 +00:00
github-actions de26e07062 Fetch translations from Crowdin 2022-12-13 00:12:10 +00:00
github-actions 29fd4c1b3a Fetch translations from Crowdin 2022-11-25 00:11:45 +00:00
github-actions 1a87e1107b Fetch translations from Crowdin 2022-11-22 00:13:08 +00:00
github-actions 8d499f577d Fetch translations from Crowdin 2022-11-21 00:13:10 +00:00
github-actions 2103280fdd Fetch translations from Crowdin 2022-11-17 00:12:45 +00:00
github-actions 6ff82319fb Fetch translations from Crowdin 2022-11-15 00:13:23 +00:00
github-actions 1ada87736a Fetch translations from Crowdin 2022-11-14 00:13:12 +00:00
github-actions d5a54cb782 Fetch translations from Crowdin 2022-11-12 00:14:02 +00:00
github-actions a73e1beb1c Fetch translations from Crowdin 2022-11-11 00:14:18 +00:00
github-actions c3d2548a38 Fetch translations from Crowdin 2022-11-10 00:14:31 +00:00
github-actions e3ba29b434 Fetch translations from Crowdin 2022-11-09 00:14:13 +00:00
github-actions 6083ab14e5 Fetch translations from Crowdin 2022-11-08 00:14:27 +00:00
github-actions 5b8baaf2d9 Fetch translations from Crowdin 2022-11-04 00:14:32 +00:00
github-actions 9e84c89233 Fetch translations from Crowdin 2022-10-31 00:14:55 +00:00
LibretroAdmin d30f16dc79 Remove cursor directory/cursor manager list - Views obsoleted
this
2022-10-25 15:21:47 +02:00
github-actions 7cfa69be1b Fetch translations from Crowdin 2022-10-23 00:19:16 +00:00
github-actions 170ed8ea0f Fetch translations from Crowdin 2022-10-20 00:19:02 +00:00
github-actions 48bfc6d6f8 Fetch translations from Crowdin 2022-10-13 00:17:44 +00:00
github-actions 8b39654368 Fetch translations from Crowdin 2022-10-11 00:18:14 +00:00
github-actions cb280dcf5e Fetch translations from Crowdin 2022-10-03 00:17:05 +00:00
github-actions 08ccc59e3c Fetch translations from Crowdin 2022-09-23 00:15:49 +00:00
github-actions 83ce6f42d9 Fetch translations from Crowdin 2022-09-16 00:15:20 +00:00
github-actions 262d9720fe Fetch translations from Crowdin 2022-09-15 00:13:48 +00:00
github-actions c16a50f1dd Fetch translations from Crowdin 2022-09-14 00:14:28 +00:00
github-actions e1990ba0dd Fetch translations from Crowdin 2022-09-04 00:13:08 +00:00
github-actions 72eb52a5bc Fetch translations from Crowdin 2022-08-28 00:15:21 +00:00
github-actions 45b05ea3db Fetch translations from Crowdin 2022-08-27 00:12:27 +00:00
github-actions 245319c389 Fetch translations from Crowdin 2022-08-18 00:12:16 +00:00
github-actions 212013f677 Fetch translations from Crowdin 2022-08-14 00:12:45 +00:00
Cthulhu-throwaway 908667d97a
(Netplay) Removal of older unused code (#14312) 2022-08-11 23:17:33 +02:00
github-actions 440a67e4b8 Fetch translations from Crowdin 2022-08-09 00:13:27 +00:00
github-actions 16930150f8 Fetch translations from Crowdin 2022-08-03 00:13:16 +00:00
github-actions 9906d2daca Fetch translations from Crowdin 2022-07-30 00:11:28 +00:00
github-actions 9f218f923c Fetch translations from Crowdin 2022-07-27 00:14:24 +00:00
github-actions 882829cafc Fetch translations from Crowdin 2022-07-08 00:13:42 +00:00
github-actions 865993ffa7 Fetch translations from Crowdin 2022-06-25 00:11:13 +00:00
github-actions 456fb6f2c9 Fetch translations from Crowdin 2022-06-24 00:11:34 +00:00
github-actions ad64159fe4 Fetch translations from Crowdin 2022-06-23 00:11:31 +00:00
github-actions 3c89172516 Fetch translations from Crowdin 2022-06-20 00:10:53 +00:00
github-actions ff2d6f65d8 Fetch translations from Crowdin 2022-06-15 00:13:27 +00:00
github-actions 1e4042d08b Fetch translations from Crowdin 2022-06-11 00:10:31 +00:00
github-actions b1351723f3 Fetch translations from Crowdin 2022-06-10 00:11:43 +00:00
github-actions 8d80071047 Fetch translations from Crowdin 2022-06-08 00:10:37 +00:00
github-actions 65f45b07c5 Fetch translations from Crowdin 2022-06-07 00:10:18 +00:00
github-actions c6bd7d8b8a Fetch translations from Crowdin 2022-05-30 00:14:02 +00:00
github-actions 3b27f7730c Fetch translations from Crowdin 2022-05-28 00:11:31 +00:00
github-actions 4ee841b5e1 Fetch translations from Crowdin 2022-05-21 00:10:21 +00:00
github-actions be567da82b Fetch translations from Crowdin 2022-05-17 00:13:01 +00:00
github-actions ab858c65a1 Fetch translations from Crowdin 2022-05-16 00:13:33 +00:00
github-actions 08e69fbd08 Fetch translations from Crowdin 2022-05-15 00:14:24 +00:00
github-actions c88e03df06 Fetch translations from Crowdin 2022-05-14 00:13:18 +00:00
github-actions 143655eec6 Fetch translations from Crowdin 2022-05-13 00:13:09 +00:00
github-actions 1982c82dcd Fetch translations from Crowdin 2022-05-09 00:11:05 +00:00
github-actions 8475bcbab3 Fetch translations from Crowdin 2022-05-07 00:10:07 +00:00
github-actions 499ccad74e Fetch translations from Crowdin 2022-04-29 00:11:09 +00:00
github-actions 77b5e31203 Fetch translations from Crowdin 2022-04-04 00:10:31 +00:00
github-actions acf21260e7 Fetch translations from Crowdin 2022-04-03 00:10:31 +00:00
github-actions 91e4bbe1e4 Fetch translations from Crowdin 2022-04-02 00:09:55 +00:00
github-actions af9590d45e Fetch translations from Crowdin 2022-04-01 00:11:01 +00:00
github-actions dc2f6da813 Fetch translations from Crowdin 2022-03-28 00:10:25 +00:00
github-actions 08c1c05f82 Fetch translations from Crowdin 2022-03-26 00:10:27 +00:00
DisasterMo 1aa542be2d Fix messed up Crowdin config and restore synchronization 2022-03-22 06:59:12 +01:00
github-actions 6d67c16507 Fetch translations from Crowdin 2022-03-17 00:08:48 +00:00
github-actions 675fe72ef0 Fetch translations from Crowdin 2022-03-16 00:08:44 +00:00
github-actions 0ecaa609f9 Fetch translations from Crowdin 2022-03-10 00:09:57 +00:00
github-actions b1f52a25ea Fetch translations from Crowdin 2022-03-09 00:08:58 +00:00
github-actions 569704fb37 Fetch translations from Crowdin 2022-02-24 00:09:21 +00:00
github-actions 3d08aa8e32 Fetch translations from Crowdin 2022-02-23 00:09:57 +00:00
github-actions 3d54d952a5 Fetch translations from Crowdin 2022-02-22 00:09:41 +00:00
github-actions 80e7e1983a Fetch translations from Crowdin 2022-02-18 00:08:46 +00:00
github-actions df1f7bffb9 Fetch translations from Crowdin 2022-02-06 00:09:13 +00:00
github-actions 5bc2d42cdc Fetch translations from Crowdin 2022-02-05 00:09:09 +00:00
github-actions d43b99cbac Fetch translations from Crowdin 2022-02-03 00:10:22 +00:00
github-actions f8c3c76e18 Fetch translations from Crowdin 2022-02-01 00:08:10 +00:00
Keith Bowes cce04bab70
Remove references to removed features (#13564) 2022-01-30 09:29:43 +01:00
github-actions 8511152738 Fetch translations from Crowdin 2022-01-27 00:09:45 +00:00
github-actions dfcbde86f7 Fetch translations from Crowdin 2022-01-26 00:09:04 +00:00
github-actions eaf32daf25 Fetch translations from Crowdin 2022-01-17 00:08:08 +00:00
github-actions 4ae67b9fa4 Fetch translations from Crowdin 2022-01-08 00:07:25 +00:00
github-actions d4902b65bd Fetch translations from Crowdin 2022-01-04 00:07:56 +00:00
github-actions a746030901 Fetch translations from Crowdin 2021-12-27 00:08:35 +00:00
github-actions f6291adf01 Fetch translations from Crowdin 2021-12-23 00:07:28 +00:00
github-actions b21f3964b6 Fetch translations from Crowdin 2021-12-22 00:07:46 +00:00
github-actions 58b306d651 Fetch translations from Crowdin 2021-12-20 00:08:24 +00:00
github-actions b7c14f61bc Fetch translations from Crowdin 2021-12-19 00:08:38 +00:00
github-actions 7049c6c204 Fetch translations from Crowdin 2021-12-18 00:07:30 +00:00
github-actions 4fa4260a16 Fetch translations from Crowdin 2021-12-17 00:07:15 +00:00
github-actions aea8dad1ae Fetch translations from Crowdin 2021-12-16 00:07:19 +00:00
github-actions 1582856b43 Fetch translations from Crowdin 2021-12-15 00:07:44 +00:00
github-actions 39074fa55c Fetch translations from Crowdin 2021-12-09 00:07:36 +00:00
github-actions 9f01ebf0a9 Fetch translations from Crowdin 2021-12-05 00:07:43 +00:00
github-actions 4a39630c0f Fetch translations from Crowdin 2021-12-03 00:07:30 +00:00
github-actions 454fddb1dc Fetch translations from Crowdin 2021-11-27 00:07:02 +00:00
github-actions 019466e928 Fetch translations from Crowdin 2021-11-26 00:07:25 +00:00
github-actions 2f9a8d7b3e Fetch translations from Crowdin 2021-11-21 00:07:13 +00:00
twinaphex 9e0b98cd89 Buildfix 2021-11-12 19:08:10 +01:00
github-actions 038a24ae34 Fetch translations from Crowdin 2021-11-12 00:06:50 +00:00
github-actions c93b3e7615 Fetch translations from Crowdin 2021-11-11 00:07:11 +00:00
github-actions 12bab704eb Fetch translations from Crowdin 2021-11-09 00:09:35 +00:00
github-actions 5c75b683af Fetch translations from Crowdin 2021-11-08 00:07:11 +00:00
github-actions 4b95c5dc84 Fetch translations from Crowdin 2021-11-04 00:06:05 +00:00
IlDucci 4a1dd3d80d Fetch translations from Crowdin 23-Oct-2021 2021-10-23 22:23:31 +02:00
Omar Saleem b4878a8e7b
feat: solarized light ozone theme (#5)
* feat: adding solarized dark theme to ozone

* fix: variable not defined in header

* fix: added string for selecting theme in menu

* fix: added message hash for string

* feat: copied solarized dark translations into msg hashes

* fix: forgot to change name of enum label after copying

* first pass of new colors

* added selection border and fixed sublabel color

* sublabel color from blue to muted gray

* trying cyan for sublabel

* adjusted selected text color to match philosophy from solarized website

* testing what the entries_ colors do

* chose colors for entries_, adjusted other border and bgs

* match selection border to sublabel color

* trying gray for sublabel

* accidentally put the color in the wrong place, reverting and updating

* trying to change selected option color to orange

* not feeling orange, lets try teal

* try for orange border

* try for magenta border

* try for violet border

* trying blue border again

* trying omar blue bc why not

* reverting to regular blue for icons and green for border

* try magenta for footer border

* trying font color for footer border

* trying to get message background to show

* can't get it to render, but changed message background to violet

* testing sidebar changes

* sidebar colors

* lighter sidebar color

* trying gray sidebar

* try a gradient

* screwed up one of the coordinates

* reversing gradient

* attempting gradient with colors i made up

* accidentally wrote gradient to dracula instead of solarized dark

* adding gradient to the top, reversing bottom gradient

* randomly trying shuffling bottom gradient coords

* moving top right coordinate somewhere else

* swapped top two bottom coords to see

* swapped them back, i got lucky and things were right

* think i figured out the order,  BL, BR, TL, TR

* making background gradient lil darker

* fixed coords

* lessening gradient effect

* lessening gradient effect, but by making darker instead of lighter

* of course, messed up two coords

* removed top and bottom gradients

* dark and flat sidebar

* forgot to change running background

* made running background a bit less transparent since this is a low contrast theme

* added underscore to theme name

* adjusting message background color

* fixing message background color

* fixed cursor color border

* adjusting text to be one notch brighter, base0 -> base1, base01 -> base0

* adjusting sublabel text to use base00 instead, its in between base01 and base0

* added message hashes for light theme name

* added defines and enums for the light theme

* added solarized light structs into ozone.c, theyre all clones of dark for now

* fixing solarized dark ozone theme

fixing name of theme in ozone.c so assets load properly, fixing cursor and message colors to be green instead of purple

* added message hashes for light theme name

* added defines and enums for the light theme

* added solarized light structs into ozone.c, theyre all clones of dark for now

* i had based this branch on the wrong branch, fixed

* first pass, only changing background and regular text

* trying orange and magenta highlights

* Revert "trying orange and magenta highlights"

This reverts commit 1f1e107888cee0e97c6354a8d114863b39af8d00.

* applying the new colors to the right theme this time :)

* trying red instead of pink

* trying magenta icons in a desperate attempt to justify the use of the color

* trying magenta icons, orange labels and selector

* back to orange and red, sigh

* trying sidebar colors

* fixing sidebar gradient

* light theme red animated border colors

* trying magenta for second border color

* that was bad, trying a less light red

* going even darker

* made cursor border get darker instead of lighter

* that was a little too dark

* changed light theme running background to be..light
2021-10-16 16:17:16 -04:00
Omar Saleem 64dabb0388 Revert "Solarized light (#3)"
This reverts commit 485d07691d.
2021-10-15 23:51:25 -04:00
Omar Saleem 485d07691d
Solarized light (#3)
* feat: adding solarized dark theme to ozone

* fix: variable not defined in header

* fix: added string for selecting theme in menu

* fix: added message hash for string

* feat: copied solarized dark translations into msg hashes

* fix: forgot to change name of enum label after copying

* first pass of new colors

* added selection border and fixed sublabel color

* sublabel color from blue to muted gray

* trying cyan for sublabel

* adjusted selected text color to match philosophy from solarized website

* testing what the entries_ colors do

* chose colors for entries_, adjusted other border and bgs

* match selection border to sublabel color

* trying gray for sublabel

* accidentally put the color in the wrong place, reverting and updating

* trying to change selected option color to orange

* not feeling orange, lets try teal

* try for orange border

* try for magenta border

* try for violet border

* trying blue border again

* trying omar blue bc why not

* reverting to regular blue for icons and green for border

* try magenta for footer border

* trying font color for footer border

* trying to get message background to show

* can't get it to render, but changed message background to violet

* testing sidebar changes

* sidebar colors

* lighter sidebar color

* trying gray sidebar

* try a gradient

* screwed up one of the coordinates

* reversing gradient

* attempting gradient with colors i made up

* accidentally wrote gradient to dracula instead of solarized dark

* adding gradient to the top, reversing bottom gradient

* randomly trying shuffling bottom gradient coords

* moving top right coordinate somewhere else

* swapped top two bottom coords to see

* swapped them back, i got lucky and things were right

* think i figured out the order,  BL, BR, TL, TR

* making background gradient lil darker

* fixed coords

* lessening gradient effect

* lessening gradient effect, but by making darker instead of lighter

* of course, messed up two coords

* removed top and bottom gradients

* dark and flat sidebar

* forgot to change running background

* made running background a bit less transparent since this is a low contrast theme

* added underscore to theme name

* adjusting message background color

* fixing message background color

* fixed cursor color border

* adjusting text to be one notch brighter, base0 -> base1, base01 -> base0

* adjusting sublabel text to use base00 instead, its in between base01 and base0

* added message hashes for light theme name

* added defines and enums for the light theme

* added solarized light structs into ozone.c, theyre all clones of dark for now

* fixing solarized dark ozone theme

fixing name of theme in ozone.c so assets load properly, fixing cursor and message colors to be green instead of purple

* added message hashes for light theme name

* added defines and enums for the light theme

* added solarized light structs into ozone.c, theyre all clones of dark for now

* i had based this branch on the wrong branch, fixed

* first pass, only changing background and regular text

* trying orange and magenta highlights

* Revert "trying orange and magenta highlights"

This reverts commit 1f1e107888cee0e97c6354a8d114863b39af8d00.

* applying the new colors to the right theme this time :)

* trying red instead of pink

* trying magenta icons in a desperate attempt to justify the use of the color

* trying magenta icons, orange labels and selector

* back to orange and red, sigh

* trying sidebar colors

* fixing sidebar gradient

* light theme red animated border colors

* trying magenta for second border color

* that was bad, trying a less light red

* going even darker

* made cursor border get darker instead of lighter

* that was a little too dark

* changed light theme running background to be..light
2021-10-15 23:44:42 -04:00
Omar Saleem 5226a0659a
new ozone theme: solarized dark (#1)
* feat: adding solarized dark theme to ozone

* fix: variable not defined in header

* fix: added string for selecting theme in menu

* fix: added message hash for string

* feat: copied solarized dark translations into msg hashes

* fix: forgot to change name of enum label after copying

* first pass of new colors

* added selection border and fixed sublabel color

* sublabel color from blue to muted gray

* trying cyan for sublabel

* adjusted selected text color to match philosophy from solarized website

* testing what the entries_ colors do

* chose colors for entries_, adjusted other border and bgs

* match selection border to sublabel color

* trying gray for sublabel

* accidentally put the color in the wrong place, reverting and updating

* trying to change selected option color to orange

* not feeling orange, lets try teal

* try for orange border

* try for magenta border

* try for violet border

* trying blue border again

* trying omar blue bc why not

* reverting to regular blue for icons and green for border

* try magenta for footer border

* trying font color for footer border

* trying to get message background to show

* can't get it to render, but changed message background to violet

* testing sidebar changes

* sidebar colors

* lighter sidebar color

* trying gray sidebar

* try a gradient

* screwed up one of the coordinates

* reversing gradient

* attempting gradient with colors i made up

* accidentally wrote gradient to dracula instead of solarized dark

* adding gradient to the top, reversing bottom gradient

* randomly trying shuffling bottom gradient coords

* moving top right coordinate somewhere else

* swapped top two bottom coords to see

* swapped them back, i got lucky and things were right

* think i figured out the order,  BL, BR, TL, TR

* making background gradient lil darker

* fixed coords

* lessening gradient effect

* lessening gradient effect, but by making darker instead of lighter

* of course, messed up two coords

* removed top and bottom gradients

* dark and flat sidebar

* forgot to change running background

* made running background a bit less transparent since this is a low contrast theme
2021-10-15 03:16:13 -04:00
IlDucci cd8396edd4 Fetch translations from Crowdin 01-Oct-2021 2021-10-01 23:32:17 +02:00
Víctor "IlDucci 226f5fb456
Fetch translations from Crowdin 17-Sep-2021 (#13007) 2021-09-17 20:23:02 +02:00
Michael Burgardt d8db234df0
Concatinate some previously truncated strings for easier translation (#12120) 2021-09-16 19:00:14 +02:00
Michael Burgardt 303d17e2e6 Rebase 'Add generic rumble gain to input settings' by davidgfnet 2021-09-08 19:52:32 +02:00
Víctor "IlDucci 017f9f8939
Fetch translations from Crowdin 04-Sep-2021 (#12934) 2021-09-04 17:43:20 +02:00
IlDucci ddd75d3bb9 Fetch translations from Crowdin 20-Aug-2021 2021-08-20 11:17:16 +02:00
IlDucci 9ad6ebc879 Fetch translations from Crowdin 13-Aug-2021 2021-08-13 21:35:50 +02:00
IlDucci 33ac1856f2 Fetch translations from Crowdin 30-Jul-2021 2021-07-30 17:06:13 +02:00
IlDucci 7900ba604f Fetch translations from Crowdin 15-Jul-2021 2021-07-15 15:21:27 +02:00
IlDucci aacf2bed34 Fetch translations from Crowdin 30-Jun-2021 2021-06-30 14:54:34 +02:00
IlDucci c8241f3f21 'Fetch translations from Crowdin 23-Jun-2021' 2021-06-23 16:00:53 +02:00